Upload folder using huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
tags:
|
| 6 |
+
- terso
|
| 7 |
+
- manipulation
|
| 8 |
+
- pov-video
|
| 9 |
+
size_categories:
|
| 10 |
+
- 1K<n<10K
|
| 11 |
+
---
|
| 12 |
+
# Terso Dataset Export
|
| 13 |
+
|
| 14 |
+
Exported on 2026-01-23 19:46:55
|
| 15 |
+
|
| 16 |
+
## Overview
|
| 17 |
+
|
| 18 |
+
- **Clips**: 1
|
| 19 |
+
- **Tasks**: cut
|
| 20 |
+
- **Format**: HuggingFace Parquet
|
| 21 |
+
|
| 22 |
+
## Schema
|
| 23 |
+
|
| 24 |
+
| Column | Type | Description |
|
| 25 |
+
|--------|------|-------------|
|
| 26 |
+
| clip_id | string | Unique clip identifier |
|
| 27 |
+
| frame_idx | int32 | Frame index within clip |
|
| 28 |
+
| timestamp | float64 | Timestamp in seconds |
|
| 29 |
+
| task | string | Task label |
|
| 30 |
+
| video_path | string | Path to video file |
|
| 31 |
+
| hand_poses | list[float32] | Flattened hand keypoints |
|
| 32 |
+
| action | int32 | Action class label |
|
| 33 |
+
| objects | string | JSON-encoded object detections |
|
| 34 |
+
| imu | string | JSON-encoded IMU sample |
|
| 35 |
+
|
| 36 |
+
## Usage
|
| 37 |
+
|
| 38 |
+
```python
|
| 39 |
+
from datasets import load_dataset
|
| 40 |
+
|
| 41 |
+
dataset = load_dataset("./path-to-this-directory")
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
## License
|
| 45 |
+
|
| 46 |
+
CC-BY-4.0
|
data/train-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:291908b2b12b09fc0fe16df8d23e44ccceee8eb6ab81432bc2dd1b1f412012d3
|
| 3 |
+
size 650819
|
videos/24e7f2d8-89a8-4e2d-81f4-2bf91673b8a2/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24024f452eb6db3968e91d653aaf822e1bb09b2da419e431e52c2386f80afcc0
|
| 3 |
+
size 93903426
|