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

raise IOError(f'No file or directory found at {filepath_str}') #159

Open
kwlaial opened this issue Jul 4, 2022 · 1 comment
Open

raise IOError(f'No file or directory found at {filepath_str}') #159

kwlaial opened this issue Jul 4, 2022 · 1 comment

Comments

@kwlaial
Copy link

kwlaial commented Jul 4, 2022

image

I have encountered this issue when I run the video_emotion_gender_demo.py ,may I know how can I solve this issue? Thank you!

@Hyrtsi
Copy link

Hyrtsi commented Jul 12, 2022

Which folder are you running the script from? I guess it's expecting you to run it from src folder. If this is not clear for you, let me put it this way.

  1. Navigate to the face_classification/src directory
  2. Run the script from there: python3 video_emotion_gender_demo

The script has hardcoded paths for the directories and expects you to run the script from that exact folder. I suspect you're running it from some location outside the repository and that's why the error arises.

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

2 participants