Spaces:
Runtime error
Runtime error
Ensure WorldArchive dataset refs in explorer
Browse files
README.md
CHANGED
|
@@ -14,4 +14,4 @@ license: other
|
|
| 14 |
|
| 15 |
Interactive preview of the **Mono Clear** India workplace sample — switch between plain video, hand skeleton overlay, and object boxes.
|
| 16 |
|
| 17 |
-
Full pack: [mono-india-workplace-sample](https://huggingface.co/datasets/
|
|
|
|
| 14 |
|
| 15 |
Interactive preview of the **Mono Clear** India workplace sample — switch between plain video, hand skeleton overlay, and object boxes.
|
| 16 |
|
| 17 |
+
Full pack: [mono-india-workplace-sample](https://huggingface.co/datasets/WorldArchive/mono-india-workplace-sample) · [S3 index](https://ggn-egocentric-data-sample.s3.ap-south-1.amazonaws.com/sample_data_june/index.html)
|
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from pathlib import Path
|
|
| 7 |
import gradio as gr
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
|
| 10 |
-
REPO = "
|
| 11 |
CLIPS = [
|
| 12 |
("sample_02_industrial_sewing_machine", "Industrial sewing"),
|
| 13 |
("sample_01_shuttle_tube_packaging", "Shuttle tube packaging"),
|
|
@@ -48,7 +48,7 @@ with gr.Blocks(title="World Archive Data Explorer", theme=gr.themes.Soft()) as d
|
|
| 48 |
|
| 49 |
Switch layers: plain video · hand skeleton · object boxes.
|
| 50 |
[Full sample pack (S3)](https://ggn-egocentric-data-sample.s3.ap-south-1.amazonaws.com/sample_data_june/index.html) ·
|
| 51 |
-
[Dataset card](https://huggingface.co/datasets/
|
| 52 |
[Book a call](https://calendly.com/algorithmsdheeraj/30min) ·
|
| 53 |
shubham@worldarchive.co
|
| 54 |
"""
|
|
|
|
| 7 |
import gradio as gr
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
|
| 10 |
+
REPO = "WorldArchive/mono-india-workplace-sample"
|
| 11 |
CLIPS = [
|
| 12 |
("sample_02_industrial_sewing_machine", "Industrial sewing"),
|
| 13 |
("sample_01_shuttle_tube_packaging", "Shuttle tube packaging"),
|
|
|
|
| 48 |
|
| 49 |
Switch layers: plain video · hand skeleton · object boxes.
|
| 50 |
[Full sample pack (S3)](https://ggn-egocentric-data-sample.s3.ap-south-1.amazonaws.com/sample_data_june/index.html) ·
|
| 51 |
+
[Dataset card](https://huggingface.co/datasets/WorldArchive/mono-india-workplace-sample) ·
|
| 52 |
[Book a call](https://calendly.com/algorithmsdheeraj/30min) ·
|
| 53 |
shubham@worldarchive.co
|
| 54 |
"""
|