File size: 959 Bytes
8cf074a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
license: mit
task_categories:
- robotics
tags:
- LeRobot
- SO-100
- robotics
---

# LeRobot-Compatible Towel Folding Dataset

This dataset is formatted for the LeRobot visualizer.

**Note**: This dataset is optimized for the LeRobot visualizer. 
For HuggingFace dataset viewer compatibility, use the minimal version.

- **Original Dataset**: [arsenxeno/record-test](https://huggingface.co/datasets/arsenxeno/record-test)
- **Episodes**: 4
- **Robot**: SO-100
- **Task**: Towel folding

## LeRobot Visualizer

View this dataset in the LeRobot visualizer:
https://huggingface.co/spaces/lerobot/visualize_dataset?dataset=xenorobotics/towel-fold-lerobot-v1

## Structure

```
meta/
├── info.json       # LeRobot version and config
├── tasks.json      # Task definitions
├── episodes.json   # Episode metadata
└── stats.json      # Normalization statistics
videos/             # Video files
data/               # Parquet data files
```