Skip to content

Nocturnal Visual Place Recognition via Generative and Inherited Knowledge Transfer

License

Notifications You must be signed in to change notification settings

BinuxLiu/NocPlace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NocPlace

This is the official pytorch implementation of the paper "NocPlace: Nocturnal Visual Place Recognition via Generative and Inherited Knowledge Transfer". NocPlace can theoretically be extended to any VPR method and painlessly improve the recall in night scenes.

arXiv

Experimental results

avatar

avatar

Datasets

Train

python train.py --groups_num 1 --backbone ResNet50 --fc_output_dim 512 --train_all_layers --lr 1e-6 --brightness 0 --contrast 0 --hue 0 --saturation 0 --resume_model ./ResNet50_512_cosplace.pth --train_set_folder ./train --val_set_folder ./val --use_ikt

Test

python eval.py --backbone ResNet50 --fc_output_dim 512 --resume_model ResNet50_512_cosplace_noc.pth --test_set_folder ./datasets/tokyo247/images/test

Acknowledgements

Parts of this repo are inspired by the following repositories:

  • CosPlace (Mar 12, 2024)
  • EigenPlaces
  • Visual-Geo-localization-Benchmark
  • SALAD

About

Nocturnal Visual Place Recognition via Generative and Inherited Knowledge Transfer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages