Open hdjsjyl opened 7 years ago
When I run FCN.py to get prediction result, it shows that " IOError: [Errno 2] No such file or directory: 'res/org0.jpg' ", what should I do? Before prediction, I must run training firstly?
I have solved this problem, thank you very much!
In AutoPortraitMatting folder, mkdir res solve this problem.
mkdir res
When I run FCN.py to get prediction result, it shows that " IOError: [Errno 2] No such file or directory: 'res/org0.jpg' ", what should I do? Before prediction, I must run training firstly?