Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 662 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 662 Bytes

RNA

Intorduction

Source code for Refine and Align: Towards Realistic Binary Descriptors Learning for Efficient Retrieval (UnderReview)

OverView

image

1. Dataset download

You can download most of the domain adaptation benchmarks through this link: https://github.com/jindongwang/transferlearning/tree/master/data. After downloading these datasets, you should modify the image storage path in the config section of 'run.py'

2. Training

run 'python run.py --train' in the terminal

3. Testing

run 'python run.py --evaluate' in the terminal