You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error while trying to evaluate top-1 video accuracy of a recognition result.I used the same script provided
python -m util_scripts.eval_accuracy ~/data/kinetics.json ~/data/results/val.json --subset val -k 1 --ignore
does anyone have any idea how to solve this problem ( from my understanding it's unable to load the groundtruth) ?
ps: for the training I used the UCF101.
The text was updated successfully, but these errors were encountered:
sebyo
changed the title
accuracy = sum(correct)/n_ground_truth :
accuracy = sum(correct)/n_ground_truth : ZeroDivision Error: Division by Zero
Jun 19, 2023
I got this error while trying to evaluate top-1 video accuracy of a recognition result.I used the same script provided
python -m util_scripts.eval_accuracy ~/data/kinetics.json ~/data/results/val.json --subset val -k 1 --ignore
does anyone have any idea how to solve this problem ( from my understanding it's unable to load the groundtruth) ?
ps: for the training I used the UCF101.
The text was updated successfully, but these errors were encountered: