dongwu92 / AutoPortraitMatting

Tensorflow implementation of Automatic Portrait Matting on paper "Automatic Portrait Segmentation for Image Stylization"
Apache License 2.0
478 stars 151 forks source link

IOError: [Errno 2] No such file or directory: 'res/org0.jpg' #16

Open hdjsjyl opened 7 years ago

hdjsjyl commented 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?

hdjsjyl commented 7 years ago

I have solved this problem, thank you very much!

yanxiangyi commented 7 years ago

In AutoPortraitMatting folder, mkdir res solve this problem.