first commit

This commit is contained in:
Guocheng Qian
2023-08-02 19:51:43 -07:00
parent c2891c38cc
commit 13e18567fa
202 changed files with 43362 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
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
done