foamliu / Deep-Image-Matting-PyTorch

Deep Image Matting implementation in PyTorch
MIT License
820 stars 185 forks source link

File not Found error Adobe_Deep_Image_Matting_Dataset even though i have the dataset in the Data folder #25

Closed yeshwanth28 closed 4 years ago

yeshwanth28 commented 4 years ago

I have the dataset in the data folder unextracted with the same name. Though it displays file not found error while I try to run pre_process.py

yeshwanth28 commented 4 years ago

image

huangjunxiong11 commented 4 years ago

You need more than one file.Actually,you need four documents. train2014.zip VOC2008test.tar VOCtrainval_14-Jul-2008.tar and Adobe_Deep_Matting_Dataset.zip You have to download them first

Good luck

foamliu commented 4 years ago

Thanks @huangjunxiong11 , clear and concise.