Update README.md
Browse files
README.md
CHANGED
|
@@ -39,8 +39,10 @@ dataset_info:
|
|
| 39 |
data_files: "**/*"
|
| 40 |
---
|
| 41 |
|
| 42 |
-
|
| 43 |
-
|
|
|
|
|
|
|
| 44 |
<div align="center">
|
| 45 |
|
| 46 |

|
|
@@ -102,6 +104,7 @@ The project provides:
|
|
| 102 |
```bash
|
| 103 |
# Direct download (may be slow in some regions)
|
| 104 |
huggingface-cli download FastUMIPro/example_data_fastumi_pro_raw --repo-type dataset --local-dir ~/fastumi_data/
|
|
|
|
| 105 |
|
| 106 |
Mirror Download (Recommended)
|
| 107 |
bash
|
|
@@ -112,7 +115,7 @@ export HF_ENDPOINT=https://hf-mirror.com
|
|
| 112 |
huggingface-cli download --repo-type dataset --resume-download FastUMIPro/example_data_fastumi_pro_raw --local-dir ~/fastumi_data/
|
| 113 |
📁 Data Structure
|
| 114 |
Each session represents an independent operation "episode" containing observation data and action sequences.
|
| 115 |
-
|
| 116 |
Directory Structure
|
| 117 |
text
|
| 118 |
session_001/
|
|
@@ -136,6 +139,7 @@ session_001/
|
|
| 136 |
└── Merged_Trajectory/
|
| 137 |
├── merged_trajectory.txt
|
| 138 |
└── merge_stats.txt
|
|
|
|
| 139 |
Data Specifications
|
| 140 |
Data Type Path Shape/Type Description
|
| 141 |
RGB Images Frames/frame_...jpg (frames, 1080, 1920, 3), uint8, 60 FPS Camera video data
|
|
|
|
| 39 |
data_files: "**/*"
|
| 40 |
---
|
| 41 |
|
| 42 |
+
<div align="center">
|
| 43 |
+
FastUMI Pro Dataset
|
| 44 |
+
</div>
|
| 45 |
+
|
| 46 |
<div align="center">
|
| 47 |
|
| 48 |

|
|
|
|
| 104 |
```bash
|
| 105 |
# Direct download (may be slow in some regions)
|
| 106 |
huggingface-cli download FastUMIPro/example_data_fastumi_pro_raw --repo-type dataset --local-dir ~/fastumi_data/
|
| 107 |
+
```
|
| 108 |
|
| 109 |
Mirror Download (Recommended)
|
| 110 |
bash
|
|
|
|
| 115 |
huggingface-cli download --repo-type dataset --resume-download FastUMIPro/example_data_fastumi_pro_raw --local-dir ~/fastumi_data/
|
| 116 |
📁 Data Structure
|
| 117 |
Each session represents an independent operation "episode" containing observation data and action sequences.
|
| 118 |
+
```
|
| 119 |
Directory Structure
|
| 120 |
text
|
| 121 |
session_001/
|
|
|
|
| 139 |
└── Merged_Trajectory/
|
| 140 |
├── merged_trajectory.txt
|
| 141 |
└── merge_stats.txt
|
| 142 |
+
```
|
| 143 |
Data Specifications
|
| 144 |
Data Type Path Shape/Type Description
|
| 145 |
RGB Images Frames/frame_...jpg (frames, 1080, 1920, 3), uint8, 60 FPS Camera video data
|