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

C3D crashing on model download #5

Closed
dschoerk opened this issue Feb 19, 2021 · 1 comment
Closed

C3D crashing on model download #5

dschoerk opened this issue Feb 19, 2021 · 1 comment

Comments

@dschoerk
Copy link

dschoerk commented Feb 19, 2021

command: python3 train_test.py -c ./config_files/C3D.yaml
error: https://i.imgur.com/hkFfpJS.png

running C3D crashes when downloading the model in line https://github.com/ykotseruba/PedestrianActionBenchmark/blob/main/action_predict.py#L1178 because the "weights" folder does not exist.

a possible solution would be os.makedirs(os.path.dirname(self._weights), exist_ok=True) before that line.

@ykotseruba
Copy link
Owner

Thank you for reporting the issue, it is fixed now.

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