a b/scripts/run_hsv_histeq.sh
1
CLASSES=(infl normal)
2
DATADIR=../data/data_1024/fullsplit/
3
cd $DATADIR;
4
DATADIR=$(pwd -P)
5
cd -
6
7
find ${DATADIR} -name "*.png" -exec \
8
    python3 hsv_histeq.py {} \;
9