Skip to content

Commit da7064d

Browse files
committed
Add simple Readme(Python, Gradio on Colab)
1 parent e207445 commit da7064d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

474_Gaze-LLE-DINOv3/demo/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Demo projects
2+
3+
## Gaze-LLE-DINOv3 with ONNX Runtime in Python
4+
```bash
5+
# Run with video file
6+
python demo_deimv2_onnx_wholebody34_with_edges.py -v video.mp4
7+
8+
# Run with webcam
9+
python demo_deimv2_onnx_wholebody34_with_edges.py -v 0
10+
11+
# Run with image directory
12+
python demo_deimv2_onnx_wholebody34_with_edges.py -i <images_dir>
13+
```
14+
15+
## Gaze-LLE-DINOv3 Gradio Demo on Google Colab
16+
The demo code is available in an external repository.<br>
17+
Launch the Colaboratory notebook from the link below.
18+
19+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Kazuhito00/PINTO_model_zoo-Gradio-Demo/blob/main/474_Gaze-LLE-DINOv3/gradio_colab_app.ipynb)

0 commit comments

Comments
 (0)