WDHT icon indicating copy to clipboard operation
WDHT copied to clipboard

Implementation of Weakly Supervised Deep Image Hashing through Tag Embeddings

Results 8 WDHT issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.0 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

When running the 12bits_NUS.py file, running into the following issue: OSError: Unable to open file (truncated file: eof = 108228769296, sblock->base_addr = 0, stored_eof = 115503994024) I downloaded the dataset...

Hi, I can't download this data set completely because of my network. Can you provide a method to generate this hdf5 data set?

Hi, I found the loss function in your code did not consistent with the ones in your paper, such as the MSE loss term in the code is ((h_i-h_j)^2-w_i^Tw_j), while...

I used all the pre-training models and data you provided to test. But on 12 bits, the mAP is only 0.3269. Why is the result so different from that of...