Diff of /scripts/run_hsv_histeq.sh [000000] .. [5a7589]

Switch to side-by-side view

--- a
+++ b/scripts/run_hsv_histeq.sh
@@ -0,0 +1,9 @@
+CLASSES=(infl normal)
+DATADIR=../data/data_1024/fullsplit/
+cd $DATADIR;
+DATADIR=$(pwd -P)
+cd -
+
+find ${DATADIR} -name "*.png" -exec \
+    python3 hsv_histeq.py {} \;
+