update scripts and command

This commit is contained in:
Guocheng Qian
2023-08-15 13:34:36 +00:00
parent 6bfbbbf6a2
commit 5821d7bf8b
5 changed files with 118 additions and 17 deletions

View File

@@ -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