-
Notifications
You must be signed in to change notification settings - Fork 42
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
KeyError: '0_Parade_marchingband_1_465' #12
Comments
sorry, i have solve the problem. But how can i get the PR curve? |
excuse me ,can you tell me How did you solve this problem? |
Make sure that you are using the validation data set for producing your predictions. (since the ground truths are for validation) Other option might be that for some reason you don't have the matching file in your predictions. |
why do it have this error? I have run python setup.py build_ext --inplace details: |
Excuse me. How do you solve problem? |
I'm sorry forgot it. May be there is nothing in dir 'results'? |
the inconsistence between data and ground true may bring this error |
why do it have this error? I have run python setup.py build_ext --inplace
and python3 evaluation.py -p results/ -g ground_truth/
details:
Reading Predictions : 100%|█████████████████████| 61/61 [00:00<00:00, 93.52it/s]
Processing easy: 0%| | 0/61 [00:00<?, ?it/s]Traceback (most recent call last):
File "evaluation.py", line 280, in
evaluation(args.pred, args.gt)
File "evaluation.py", line 242, in evaluation
pred_info = pred_list[str(img_list[j][0][0])]
KeyError: '0_Parade_marchingband_1_465'
Processing easy: 0%| | 0/61 [00:00<?, ?it/s]
The text was updated successfully, but these errors were encountered: