HCIILAB / SCUT-FBP5500-Database-Release

A diverse benchmark database for multi-paradigm facial beauty prediction
737 stars 146 forks source link

I have followed the instruction,but there are still some problem,can you help me,thank you #15

Open artless-spirit opened 3 years ago

artless-spirit commented 3 years ago

IOError: [Errno 2] No such file or directory: '/home/ajd/SCUT-FBP5500-Database-Release/data/SCUT-FBP5500_v2/Images/ftw437.jpg'

RojunLin commented 3 years ago

It's CF437.jpg

artless-spirit commented 3 years ago

Thanks a lot for your reply.But I don't know where to fix it ,I have found all the files ,but I didin't found the location that cause this problem.And when I changed the name of a picture to the ftw437,it continue to raise a same error,just a different picture name.I have checked my filepath,it's ok,so can you give me some advice,Thank you very much

artless-spirit commented 3 years ago

And I have cloned all project I don't find any package named face,root = '../data/faces' just in this line,

AlphaXia commented 3 years ago

I also don't find any package named face,root = '../data/faces'

cebtenzzre commented 2 years ago

I'm trying R-3CNN and all of the filenames are different from what was expected. The solution I found was to transform the filenames like so:

$ perl-rename 's/^AF/fty/' AF*.jpg
$ perl-rename 's/^CF/ftw/' CF*.jpg
$ perl-rename 's/^AM/mty/' AM*.jpg
$ perl-rename 's/^CM/mtw/' CM*.jpg