-
Notifications
You must be signed in to change notification settings - Fork 85
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
"extract_features.py" freezes #7
Comments
@meegoStar hi, did you find out the solution? |
No. Unfortunately, we just kept manually restarting the program until all the features been extracted. |
I experienced the same while running this, and I wasn't able to find the cause (as there is concurrency to fetch the videos, maybe at some point or some video make this program to freeze). I rerun the code until I had all the video features extracted. I'm sorry I can not help more. |
Maybe there's a deadlock in the script "extract_feature.py". I'm trying to solve this deadlock if it exists. I'll leave a message here if I succeed. |
Hello,@cyanine-gi Have you solved the problem? Can you give me some advice? Thank you very much! |
Maybe it's caused by the circumstance check of "_stop_all_generators" and "_stop_all_extractors". |
Hello,@cyanine-gi Best regards |
Hello, I'm running
extract_features.py
using the commandKERAS_BACKEND=theano python -u extract_features.py -d ~/Videos/videos
. However, the program will freeze and refuse to make any further progress with the latest printed messages only showingI could only force
extract_features.py
terminated, and run the command again to continue.Is it normal that
extract_features.py
freezes?The text was updated successfully, but these errors were encountered: