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 try to execute the command " python hdc_test.py -d cars196 -c HDC" using the model trained by you. But
in the script hdc_test.py, when choose HDC method, the function test_cars.eval is called. So it occurs an error. i think test_cars.eval_HDC should be called. I modify the error. In the function eval_HDC, load_lmdb should be given to feature_dim/3(feature_dim=384). After i modify all the errors, the computed recall@K is equal to zero, no matter what's the value of K. I do not know why?
stanford cars mean recall@ 1 : 0.000000
stanford cars mean recall@ 2 : 0.000000
stanford cars mean recall@ 4 : 0.000000
stanford cars mean recall@ 8 : 0.000000
stanford cars mean recall@ 16 : 0.000000
stanford cars mean recall@ 32 : 0.000000
The text was updated successfully, but these errors were encountered:
gobigrassland
changed the title
Why Recall@K equals to zero
Why Recall@K is equal to zero
Oct 30, 2017
I am very confused that labels of query images are indices of list. In the script test_cars196.py, i get labels of query images from test_8131.txt instead of test_label.dat. Then the results of recall@K seem normal.
Using the model author trained, Recall @k on CARS196 test set as follow
I try to execute the command " python hdc_test.py -d cars196 -c HDC" using the model trained by you. But
in the script hdc_test.py, when choose HDC method, the function test_cars.eval is called. So it occurs an error. i think test_cars.eval_HDC should be called. I modify the error. In the function eval_HDC, load_lmdb should be given to feature_dim/3(feature_dim=384). After i modify all the errors, the computed recall@K is equal to zero, no matter what's the value of K. I do not know why?
stanford cars mean recall@ 1 : 0.000000
stanford cars mean recall@ 2 : 0.000000
stanford cars mean recall@ 4 : 0.000000
stanford cars mean recall@ 8 : 0.000000
stanford cars mean recall@ 16 : 0.000000
stanford cars mean recall@ 32 : 0.000000
The text was updated successfully, but these errors were encountered: