Skip to content
Snippets Groups Projects
Unverified Commit 38b13154 authored by Paul-Edouard Sarlin's avatar Paul-Edouard Sarlin Committed by GitHub
Browse files

Add web demo

parent 3352b5d7
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,13 @@
<a href="https://scholar.google.com/citations?user=AGoNHcsAAAAJ&hl=en">Vasileios&nbsp;Balntas</a>
</p>
<h2 align="center">CVPR 2023</h2>
<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>
<h3 align="center">
<a href="https://skydes-orienternet.hf.space">Web demo</a>
| <a href="https://colab.research.google.com/drive/1zH_2mzdB18BnJVq48ZvJhMorcRjrWAXI?usp=sharing">Colab</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>
<div align="center"></div>
</p>
<p align="center">
......@@ -50,12 +56,15 @@ To run the evaluation and training, install the full requirements:
python -m pip install -r requirements/full.txt
```
## Demo ➡️ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1zH_2mzdB18BnJVq48ZvJhMorcRjrWAXI?usp=sharing)
## 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)
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!
Try our minimal demo - take a picture with your phone in any city and find its exact location in a few seconds!
- [Web demo with Gradio and Huggingface Spaces](https://skydes-orienternet.hf.space)
- [Cloud demo with Google Colab](https://colab.research.google.com/drive/1zH_2mzdB18BnJVq48ZvJhMorcRjrWAXI?usp=sharing)
- Local demo with Jupyter nobook [`demo.ipynb`](./demo.ipynb)
<p align="center">
<a href="./demo.ipynb"><img src="assets/demo.jpg" alt="demo" width="60%"></a>
<a href="https://huggingface.co/spaces/skydes/OrienterNet"><img src="assets/demo.jpg" alt="demo" width="60%"></a>
<br>
<em>OrienterNet positions any image within a large area - try it with your own images!</em>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment