Upload 5 files
Browse files
README.md
CHANGED
|
@@ -1,9 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Geometry Prior Visualization Demo
|
| 2 |
|
| 3 |
This demo shows the visualization of geometry priors from RGB and depth images.
|
| 4 |
|
| 5 |
## Usage
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
## Examples
|
| 9 |
-
The demo includes example images from the NYUDepthv2 dataset.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Geometry Prior Visualization Demo
|
| 3 |
+
emoji: 🌍
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 3.50.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Geometry Prior Visualization Demo
|
| 13 |
|
| 14 |
This demo shows the visualization of geometry priors from RGB and depth images.
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
+
1. Use the provided example images or upload your own RGB and depth images
|
| 18 |
+
2. Enter X (0-640) and Y (0-480) coordinates
|
| 19 |
+
3. A star marker will show the selected position
|
| 20 |
+
4. Click "Generate Visualization" to see the result
|
| 21 |
|
| 22 |
## Examples
|
| 23 |
+
The demo includes example images from the NYUDepthv2 dataset.
|