File size: 977 Bytes
04fa4ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
40
41
42
43
44
45
46
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/**/*.parquet
---

# Trimmed Towel Folding Dataset (Multi-Stream)

This is a trimmed version of arsenxeno/augmented-setup where each episode is cut at the first fold detection.
All video streams are trimmed to the same frame based on detection from a single stream.

Fold detection performed using: observation.images.front

## Dataset Info
- Total episodes: 1
- Total frames: 337
- Total videos: 3
- Structure: chunked (chunk_size=50)
- Episodes included: [0]

## Usage with LeRobot

```python
from lerobot.common.datasets.lerobot_dataset import LeRobotDataset

dataset = LeRobotDataset(
    repo_id="xenorobotics/new-30",
    version="v2.0"
)
```

## Training

```bash
lerobot train \
    dataset_repo_id=xenorobotics/new-30 \
    policy=diffusion \
    env=so100_real \
    hydra.run.dir=outputs/train
```

## Original Dataset
Source: https://huggingface.co/datasets/arsenxeno/augmented-setup