Skip to content

gunho1123/EECE695H_Term

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

To run the code, run:

python main.py

You will need to download the datasets yourself from http://www.vision.caltech.edu/visipedia/CUB-200-2011.html. Default dataset location is "./dataset". You can change the --dpath default values as you want.

To load pretrained model, run:

python main.py --restore_ckpt ./checkpoints/model_name.pth

To test yout pretrained model and get .csv result file, run:

python main.py --restore_ckpt ./checkpoints/model_name.pth --test_mode 1

Do not change nway, kshot, query numbers!

Do not change nway, kshot, query numbers!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages