Paul-Edouard Sarlin commited on
Commit
38b1315
·
unverified ·
1 Parent(s): 3352b5d

Add web demo

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -22,7 +22,13 @@
22
  <a href="https://scholar.google.com/citations?user=AGoNHcsAAAAJ&hl=en">Vasileios&nbsp;Balntas</a>
23
  </p>
24
  <h2 align="center">CVPR 2023</h2>
25
- <h3 align="center"><a href="https://colab.research.google.com/drive/1zH_2mzdB18BnJVq48ZvJhMorcRjrWAXI?usp=sharing">Demo</a> | <a href="https://arxiv.org/pdf/2304.02009.pdf">Paper</a> | <a href="https://psarlin.com/orienternet">Project Page</a> | <a href="https://youtu.be/wglW8jnupSs">Video</a></h3>
 
 
 
 
 
 
26
  <div align="center"></div>
27
  </p>
28
  <p align="center">
@@ -50,12 +56,15 @@ To run the evaluation and training, install the full requirements:
50
  python -m pip install -r requirements/full.txt
51
  ```
52
 
53
- ## Demo ➡️ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1zH_2mzdB18BnJVq48ZvJhMorcRjrWAXI?usp=sharing)
54
 
55
- Check out the Jupyter notebook [`demo.ipynb`](./demo.ipynb) ([run it on Colab!](https://colab.research.google.com/drive/1zH_2mzdB18BnJVq48ZvJhMorcRjrWAXI?usp=sharing)) for a minimal demo - take a picture with your phone in any city and find its exact location in a few seconds!
 
 
 
56
 
57
  <p align="center">
58
- <a href="./demo.ipynb"><img src="assets/demo.jpg" alt="demo" width="60%"></a>
59
  <br>
60
  <em>OrienterNet positions any image within a large area - try it with your own images!</em>
61
  </p>
 
22
  <a href="https://scholar.google.com/citations?user=AGoNHcsAAAAJ&hl=en">Vasileios&nbsp;Balntas</a>
23
  </p>
24
  <h2 align="center">CVPR 2023</h2>
25
+ <h3 align="center">
26
+ <a href="https://skydes-orienternet.hf.space">Web demo</a>
27
+ | <a href="https://colab.research.google.com/drive/1zH_2mzdB18BnJVq48ZvJhMorcRjrWAXI?usp=sharing">Colab</a>
28
+ | <a href="https://arxiv.org/pdf/2304.02009.pdf">Paper</a>
29
+ | <a href="https://psarlin.com/orienternet">Project Page</a>
30
+ | <a href="https://youtu.be/wglW8jnupSs">Video</a>
31
+ </h3>
32
  <div align="center"></div>
33
  </p>
34
  <p align="center">
 
56
  python -m pip install -r requirements/full.txt
57
  ```
58
 
59
+ ## Demo ➡️ [![hf](https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-md.svg)](https://skydes-orienternet.hf.space) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1zH_2mzdB18BnJVq48ZvJhMorcRjrWAXI?usp=sharing)
60
 
61
+ Try our minimal demo - take a picture with your phone in any city and find its exact location in a few seconds!
62
+ - [Web demo with Gradio and Huggingface Spaces](https://skydes-orienternet.hf.space)
63
+ - [Cloud demo with Google Colab](https://colab.research.google.com/drive/1zH_2mzdB18BnJVq48ZvJhMorcRjrWAXI?usp=sharing)
64
+ - Local demo with Jupyter nobook [`demo.ipynb`](./demo.ipynb)
65
 
66
  <p align="center">
67
+ <a href="https://huggingface.co/spaces/skydes/OrienterNet"><img src="assets/demo.jpg" alt="demo" width="60%"></a>
68
  <br>
69
  <em>OrienterNet positions any image within a large area - try it with your own images!</em>
70
  </p>