Skip to content

IMCCretrieval/NASA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA

Neighborhood-Adaptive Structure Augmented Metric Learning -- AAAI2022 oral

Pytorch implementation of NASA

How to use ?

1. Install requirements on your environment.

  • python=3.6.8
  • pytorch=1.4.0
  • numpy=1.16.0
  • tqdm=4.54.1
  • scipy
  • Pillow

2. Preparation.

mkdir ../MyDataset
  • Download data.

  • Extract the compressed file (tgz or zip) into ../MyDataset/, e.g., for Cars-196, put the files in the ../MyDataset/Cars196.

  • Download pre-train model.

3. Train.

python demo.py

About

Neighborhood-Adaptive Structure Augmented Metric Learning -- AAAI2022 oral

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages