sujiongming / UCF-101_video_classification

Classify UCF101 videos using one frame at a time with a CNN(InceptionV3)
195 stars 59 forks source link

IndexError #13

Open waqasrizwan13 opened 5 years ago

waqasrizwan13 commented 5 years ago

While running (2_extract_files) python file in data folder https://github.com/sujiongming/UCF-101_video_classification/tree/master/data I am facing an issue. It says,      filename = parts[2] IndexError: list index out of range I don't know why this error arrieses. Please guid me as i am new to python. Thank You!

sanolans commented 4 years ago

[https://github.com/sujiongming/UCF-101_video_classification/issues/4#issue-280024705] This should help.