LICENSE
MANIFEST.in
README.md
setup.py
figures/GeoCLIP.png
figures/GeoMapCLIP.png
figures/downstream-task.png
figures/inference.png
figures/method.png
figures/.ipynb_checkpoints/GeoCLIP-checkpoint.png
figures/.ipynb_checkpoints/downstream-task-checkpoint.png
figures/.ipynb_checkpoints/inference-checkpoint.png
figures/.ipynb_checkpoints/method-checkpoint.png
geomapclip/__init__.py
geomapclip/setup.py
geomapclip.egg-info/PKG-INFO
geomapclip.egg-info/SOURCES.txt
geomapclip.egg-info/dependency_links.txt
geomapclip.egg-info/requires.txt
geomapclip.egg-info/top_level.txt
geomapclip/images/Kauai.png
geomapclip/model/GeoMapCLIP.py
geomapclip/model/__init__.py
geomapclip/model/image_encoder.py
geomapclip/model/location_encoder.py
geomapclip/model/misc.py
geomapclip/model/gps_gallery/coordinates_100K.csv
geomapclip/model/gps_gallery/coordinates_400K.csv
geomapclip/model/gps_gallery/fibonacci_lattice_land.csv
geomapclip/model/rff/__init__.py
geomapclip/model/rff/functional.py
geomapclip/model/rff/layers.py
geomapclip/model/weights/image_encoder_mlp_weights.pth
geomapclip/model/weights/location_encoder_weights.pth
geomapclip/model/weights/logit_scale_weights.pth
geomapclip/train/__init__.py
geomapclip/train/dataloader.py
geomapclip/train/eval.py
geomapclip/train/train.py