Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
artless-spirit opened this issue May 20, 2021 · 5 comments

Comments

@artless-spirit
Copy link

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

@RojunLin
Copy link
Contributor

It's CF437.jpg

@artless-spirit
Copy link
Author

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
Copy link
Author

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

@eddiexia98
Copy link

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

@cebtenzzre
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants