Open momo1986 opened 2 months ago
I'm getting error while invoking package_utils/images_crop.py -d Deepfakes -c c23
that annotation file not found (Line # 172 of package_utils/images_crop.py
). You seems to be executing the same file with similar arguments and you're not getting this error. So can you share the file or shed some light how you've resolved it? An issue is already opened about it #19
Thanks
Hi, I do some preprocessing.
"python package_utils/images_crop.py -d Original -c raw -t train" "python package_utils/images_crop.py -d Original -c raw -t val" "python package_utils/images_crop.py -d Original -c raw -t test"
However, my preprocessed directory is empty currently.
How can I resolve this issue?