Spaces:
Running
Running
Paul-Edouard Sarlin
commited on
Add web demo
Browse files
README.md
CHANGED
@@ -22,7 +22,13 @@
|
|
22 |
<a href="https://scholar.google.com/citations?user=AGoNHcsAAAAJ&hl=en">Vasileios Balntas</a>
|
23 |
</p>
|
24 |
<h2 align="center">CVPR 2023</h2>
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 ➡️ [](https://colab.research.google.com/drive/1zH_2mzdB18BnJVq48ZvJhMorcRjrWAXI?usp=sharing)
|
54 |
|
55 |
-
|
|
|
|
|
|
|
56 |
|
57 |
<p align="center">
|
58 |
-
<a href="
|
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 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 ➡️ [](https://skydes-orienternet.hf.space) [](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>
|