nicolas-dufour commited on
Commit
e44dc34
1 Parent(s): eda657f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -8,6 +8,18 @@ tags:
8
  - pytorch_model_hub_mixin
9
  ---
10
 
11
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
12
- - Library: https://github.com/nicolas-dufour/plonk
 
 
 
 
 
 
 
 
 
 
 
 
13
  - Docs: [More Information Needed]
 
8
  - pytorch_model_hub_mixin
9
  ---
10
 
11
+ This is a model of the approach described in the paper ["Around the World in 80 Timesteps: A Generative Approach to Global Visual Geolocation"](https://arxiv.org/abs/2412.06781)
12
+
13
+ ```
14
+ @misc{dufour2024world80timestepsgenerative,
15
+ title={Around the World in 80 Timesteps: A Generative Approach to Global Visual Geolocation},
16
+ author={Nicolas Dufour and David Picard and Vicky Kalogeiton and Loic Landrieu},
17
+ year={2024},
18
+ eprint={2412.06781},
19
+ archivePrefix={arXiv},
20
+ primaryClass={cs.CV},
21
+ url={https://arxiv.org/abs/2412.06781},
22
+ }
23
+ ```
24
+ - Code: https://github.com/nicolas-dufour/plonk
25
  - Docs: [More Information Needed]