kamwoh / orthohash

[NeurIPS 2021] Official implementation of the paper "One Loss for All: Deep Hashing with a Single Cosine Similarity based Learning Objective"
BSD 3-Clause "New" or "Revised" License
94 stars 11 forks source link

About Rparis6k #8

Open GrimmAI opened 3 weeks ago

GrimmAI commented 3 weeks ago

Could you please provide the pre-trained features for the Rparis6K dataset?

jiuntian commented 3 weeks ago

Please check https://github.com/kamwoh/orthohash?tab=readme-ov-file#instance-level-retrieval-gldv2-roxf-rpar

GrimmAI commented 3 weeks ago

Please check https://github.com/kamwoh/orthohash?tab=readme-ov-file#instance-level-retrieval-gldv2-roxf-rpar

It seems that the "test_ours" file is missing in the Rparis6k folder, and the results obtained from the test file are completely random.

jiuntian commented 3 weeks ago

test.txt and database.txt should be the features extracted from DELG, but we do not have access to the original experiment data anymore.

GrimmAI commented 3 weeks ago

test.txt and database.txt should be the features extracted from DELG, but we do not have access to the original experiment data anymore. OK,Thank you for your response.