-
Notifications
You must be signed in to change notification settings - Fork 480
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
Getting error in extract_features.py #143
Comments
Using TensorFlow backend. I have same error when running the extract_features.py |
I also have this issue. how you handle it guys @JGL22 @preetigupta010203 ?? |
check your data/data.csv. |
Solution from harvitronix#143 (comment)
Hi, I ran the 1_move_files.py and 2_extract_files.py successfully.
after that, I tried running the extract_features.py, it gives me the following error
File "C:\Users\Preeti Gupta\Downloads\five-video-classification-methods-master\data.py", line 81, in get_classes
if item[1] not in classes:
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: