Skip to content
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

Error in Generate_result_video.py #41

Open
preetkhaturia opened this issue Dec 28, 2018 · 2 comments
Open

Error in Generate_result_video.py #41

preetkhaturia opened this issue Dec 28, 2018 · 2 comments

Comments

@preetkhaturia
Copy link

$ 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.

@saniazahan
Copy link

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

@Daan-Grashoff
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants