├── TransVPR_MSLS.pth ├── TransVPR_Pitts30k.pth ├── blocks.py ├── feature_extractor.py ├── inference.py ├── msls.py └── test_msls.py /TransVPR_MSLS.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuotongWANG/TransVPR-model-implementation/HEAD/TransVPR_MSLS.pth -------------------------------------------------------------------------------- /TransVPR_Pitts30k.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuotongWANG/TransVPR-model-implementation/HEAD/TransVPR_Pitts30k.pth -------------------------------------------------------------------------------- /blocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuotongWANG/TransVPR-model-implementation/HEAD/blocks.py -------------------------------------------------------------------------------- /feature_extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuotongWANG/TransVPR-model-implementation/HEAD/feature_extractor.py -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuotongWANG/TransVPR-model-implementation/HEAD/inference.py -------------------------------------------------------------------------------- /msls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuotongWANG/TransVPR-model-implementation/HEAD/msls.py -------------------------------------------------------------------------------- /test_msls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuotongWANG/TransVPR-model-implementation/HEAD/test_msls.py --------------------------------------------------------------------------------