Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.11 KB

Demo_AHCL_for_TGRS2022

This is the code implementation for our paper "Asymmetric Hash Code Learning for Remote Sensing Image Retrieval", IEEE Trans. Geosci. Remote Sens, 2022.

If you use this code in your work, please kindly cite our paper:

@article{song2022,

title={Asymmetric Hash Code Learning for Remote Sensing Image Retrieval},

author={Song, Weiwei and Gao, Zhi and Dian, Renwei and Ghamisi, Pedram and Zhang, Yongjun and Benediktsson, J{'o}n Atli},

journal={IEEE Transactions on Geoscience and Remote Sensing},

DOI={10.1109/TGRS.2022.3143571},

publisher={IEEE}

}

Usage

1. Running example:

Environment: python 3

Requirements:

pytorch
torchvision

2. Data processing:

Download the WHU-RS data set from https://pan.baidu.com/s/1CtnEv0p6tbAYGBscgdTDsA , the passwords are: v5ac. upzip the data file into ./data/WHURS-19/.

If you have trouble in downloading this dataset through Buidu Drive, please contact me, I will send it to you through Google Drive.

3. Demo:

python Demo_AHCL_WHURS19.py

If you have any questions about this code, please contact me: weiweisong415@gmail.com