nicolas-dufour commited on
Commit
b4a5ac2
·
verified ·
1 Parent(s): 73ca7e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -7,7 +7,19 @@ tags:
7
  - diffusion
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]
 
7
  - diffusion
8
  - pytorch_model_hub_mixin
9
  ---
10
+ 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)
11
 
12
+ ```
13
+ @misc{dufour2024world80timestepsgenerative,
14
+ title={Around the World in 80 Timesteps: A Generative Approach to Global Visual Geolocation},
15
+ author={Nicolas Dufour and David Picard and Vicky Kalogeiton and Loic Landrieu},
16
+ year={2024},
17
+ eprint={2412.06781},
18
+ archivePrefix={arXiv},
19
+ primaryClass={cs.CV},
20
+ url={https://arxiv.org/abs/2412.06781},
21
+ }
22
+ ```
23
+
24
+ - Code: https://github.com/nicolas-dufour/plonk
25
  - Docs: [More Information Needed]