yuanli2333 / Hadamard-Matrix-for-hashing

CVPR2020/TNNLS2023: Central Similarity Quantization/Hashing for Efficient Image and Video Retrieval
MIT License
232 stars 46 forks source link

The value of min(c) in "Tutorial_ hash_center_generation.ipynb" #1

Closed CristinaUSC closed 3 years ago

CristinaUSC commented 5 years ago

Hi,

You set the value min(c)=20 for ImageNet in '.ipynb' file. How to set the value of min(c) for other datasets, such as COCO or NUS_WIDE?

yuanli2333 commented 5 years ago

Hi,

You set the value min(c)=20 for ImageNet in '.ipynb' file. How to set the value of min(c) for other datasets, such as COCO or NUS_WIDE?

The min(c) is an empirical value. In our experiments, we choose min(c) in the range of K/4 to K/3. Actually, we found that our method is robust with this value.