video-classification-3d-cnn-pytorch icon indicating copy to clipboard operation
video-classification-3d-cnn-pytorch copied to clipboard

Error in Generate_result_video.py

Open preetkhaturia opened this issue 6 years ago • 2 comments

$ python generate_result_video/generate_result_video.py ./output.json ../videos ./videos_pred./class_names_list 5 ../videos/video1.mp4 dict_keys(['segment', 'features']) Traceback (most recent call last): File "generate_result_video/generate_result_video.py", line 61, in scores = np.array(clips[i]['scores']) KeyError: 'scores'

Hi I am getting error while visualising the classification results.

preetkhaturia avatar Dec 28 '18 05:12 preetkhaturia

I am having the same error. Did you find any solution

saniazahan avatar Sep 18 '20 04:09 saniazahan

It seems that you run it with --mode feature, instead of --mode score

Daan-Grashoff avatar Dec 04 '20 15:12 Daan-Grashoff