Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Commit 
							
							Β·
						
						d6c16d6
	
1
								Parent(s):
							
							cf60dfb
								
Added demo
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 1 | 
         
             
            ---
         
     | 
| 2 | 
         
             
            title: Plonk
         
     | 
| 3 | 
         
            -
            emoji:  
     | 
| 4 | 
         
             
            colorFrom: pink
         
     | 
| 5 | 
         
             
            colorTo: yellow
         
     | 
| 6 | 
         
             
            sdk: streamlit
         
     | 
| 
         @@ -12,3 +12,16 @@ short_description: Around the World in 80 Timesteps 
     | 
|
| 12 | 
         
             
            ---
         
     | 
| 13 | 
         | 
| 14 | 
         
             
            Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
             
            ---
         
     | 
| 2 | 
         
             
            title: Plonk
         
     | 
| 3 | 
         
            +
            emoji: π
         
     | 
| 4 | 
         
             
            colorFrom: pink
         
     | 
| 5 | 
         
             
            colorTo: yellow
         
     | 
| 6 | 
         
             
            sdk: streamlit
         
     | 
| 
         | 
|
| 12 | 
         
             
            ---
         
     | 
| 13 | 
         | 
| 14 | 
         
             
            Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
         
     | 
| 15 | 
         
            +
            This is a demo is a simplified version 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)
         
     | 
| 16 | 
         
            +
             
     | 
| 17 | 
         
            +
            ```
         
     | 
| 18 | 
         
            +
            @misc{dufour2024world80timestepsgenerative,
         
     | 
| 19 | 
         
            +
                  title={Around the World in 80 Timesteps: A Generative Approach to Global Visual Geolocation}, 
         
     | 
| 20 | 
         
            +
                  author={Nicolas Dufour and David Picard and Vicky Kalogeiton and Loic Landrieu},
         
     | 
| 21 | 
         
            +
                  year={2024},
         
     | 
| 22 | 
         
            +
                  eprint={2412.06781},
         
     | 
| 23 | 
         
            +
                  archivePrefix={arXiv},
         
     | 
| 24 | 
         
            +
                  primaryClass={cs.CV},
         
     | 
| 25 | 
         
            +
                  url={https://arxiv.org/abs/2412.06781}, 
         
     | 
| 26 | 
         
            +
            }
         
     | 
| 27 | 
         
            +
            ```
         
     |