You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash preprocess_dataset/run_preprocess.sh /home/nas2_userF/kangyeol/Project/webtoon2022/Paint-by-Sketch/samples 7
python: can't open file '../main.py': [Errno 2] No such file or directory
/workspace/jaewoong/Paint-by-Sketch/preprocess_dataset
Traceback (most recent call last):
File "binarize_sketch.py", line 33, in
sketch_files = sorted(os.listdir(sketch_root))
FileNotFoundError: [Errno 2] No such file or directory: '/home/nas2_userF/kangyeol/Project/webtoon2022/Paint-by-Sketch/samples/sketch/eval_results/imgs_epoch_019'
how can i solve this problem?
The text was updated successfully, but these errors were encountered:
bash preprocess_dataset/run_preprocess.sh /home/nas2_userF/kangyeol/Project/webtoon2022/Paint-by-Sketch/samples 7
python: can't open file '../main.py': [Errno 2] No such file or directory
/workspace/jaewoong/Paint-by-Sketch/preprocess_dataset
Traceback (most recent call last):
File "binarize_sketch.py", line 33, in
sketch_files = sorted(os.listdir(sketch_root))
FileNotFoundError: [Errno 2] No such file or directory: '/home/nas2_userF/kangyeol/Project/webtoon2022/Paint-by-Sketch/samples/sketch/eval_results/imgs_epoch_019'
how can i solve this problem?
The text was updated successfully, but these errors were encountered: