-
Notifications
You must be signed in to change notification settings - Fork 44
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
eval_metrics.py #3
Comments
eval_metrics.py, line 119, in eval_veri |
it seems that your input does not have the same shape so you got this error. Did you test on veri dataset? I could evaluate the dataset without this bug. |
I think the error explained clearly and maybe you can print and check the param beside the '<' |
I am busy these days but I will still pay attention to this issues. Please let me know if you could solve this issue. |
-s veri |
My command line is:
The download VeRi folder is under the VeRI-776 folder. and I agree with that it is caused by the input data shape. After checking the code, I guess the shape difference might be caused by the operation of "# remove gallery samples that have the same pid and camid with query" in the line 91 of eval_metrics.py. Happy to cooperate and let's solve this problem. |
i check the code and i am sorry that the problem is caused by passing 'args.target_names' in line 250 in train_xent_htri.py to 'max_rank' in evaluate function in vehiclereid/eval_metric.py...... |
i check the code and i am sorry that the problem is caused by passing 'args.target_names' in line 250 in train_xent_htri.py to 'max_rank' in evaluate function in vehiclereid/eval_metric.py...... |
Do you have the next test, I found that my results are slightly lower |
eval_metrics.py line 74
if numg_g < max_rank:
TypeError: '<' not supported between instances of 'int' and 'list'
The text was updated successfully, but these errors were encountered: