[5a7589]: / scripts / run_hsv_histeq.sh

Download this file

10 lines (7 with data), 167 Bytes

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