update scripts and command
This commit is contained in:
@@ -2,5 +2,5 @@ topdir=$1
|
||||
imagename=$2 # rgba.png or image.png
|
||||
for i in $topdir/*; do
|
||||
echo preprocessing "$i"/$imagename ...
|
||||
python scripts/preprocess_image.py "$i"/$imagename
|
||||
python preprocess_image.py "$i"/$imagename
|
||||
done
|
||||
Reference in New Issue
Block a user