-
Notifications
You must be signed in to change notification settings - Fork 20
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
please provide imagenet_for_retrieval.txt #6
Comments
Sorry. It's a long time since the code was released. I will try to find
that file. The format of the content in that text file is as follows.
filename image_index
img1.jpg 0
img2.jpg 1
img3.jpg 2
...
You can check the code in 'NormalKnnMatch' to confirm this.
Guo-Hua Wang <[email protected]> 于2020年3月15日周日 上午8:53写道:
… I find that retrieving the entire ImageNet is difficult. And I notice that
there
<https://github.com/ZYYSny/Selective-Joint-Fine-tuning/blob/7dc6c30cd4768b526201986afef9b131bb94da81/selective_joint_ft/image_retrieval/knn_searching/nn_search_deploy.prototxt#L16>
is a file named imagenet_for_retrieval.txt (maybe define a subset for
retrieval?). Would you please provide this file?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5W6SIQKI2B4ZSMZJ7QLP3RHQRIZANCNFSM4LKDDBMA>
.
|
Thank you for your reply. Do you used the entire ImageNet for retrieval? |
Yes. The entire ImageNet is used for retrieval.
Guo-Hua Wang <[email protected]> 于2020年3月15日周日 下午12:32写道:
… Thank you for your reply. Do you used the entire ImageNet for retrieval?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5W6SMRORCRFWMSMTIQNRLRHRK7TANCNFSM4LKDDBMA>
.
|
OK. It seems like that it is impossible for my computer to do this retrieval task. Would you please provide the retrieval results file, especially that file for Dogs dataset? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find that retrieving the entire ImageNet is difficult. And I notice that there is a file named imagenet_for_retrieval.txt (maybe define a subset for retrieval?). Would you please provide this file?
The text was updated successfully, but these errors were encountered: