Open preetigupta010203 opened 4 years ago
Using TensorFlow backend.
Traceback (most recent call last):
File "extract_features.py", line 25, in
I have same error when running the extract_features.py Can anyone explain about the "classes"?
I also have this issue. how you handle it guys @JGL22 @preetigupta010203 ??
check your data/data.csv. right format csv have not empty line(row) if your csv file have empty row, change open("path","w") to open("path","w",newline="\n")
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