agvdndor commited on
Commit
ea28ead
·
verified ·
1 Parent(s): f9a4019

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -5
README.md CHANGED
@@ -26,18 +26,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v2.0",
28
  "robot_type": "so100",
29
- "total_episodes": 4,
30
- "total_frames": 1365,
31
  "total_tasks": 1,
32
- "total_videos": 0,
33
  "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 30,
36
  "splits": {
37
- "train": "0:4"
38
  },
39
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": null,
41
  "features": {
42
  "action": {
43
  "dtype": "float32",
@@ -67,6 +67,29 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
67
  "main_gripper"
68
  ]
69
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  "timestamp": {
71
  "dtype": "float32",
72
  "shape": [
 
26
  {
27
  "codebase_version": "v2.0",
28
  "robot_type": "so100",
29
+ "total_episodes": 2,
30
+ "total_frames": 683,
31
  "total_tasks": 1,
32
+ "total_videos": 2,
33
  "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 30,
36
  "splits": {
37
+ "train": "0:2"
38
  },
39
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "action": {
43
  "dtype": "float32",
 
67
  "main_gripper"
68
  ]
69
  },
70
+ "observation.images.top": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.fps": 30.0,
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.channels": 3,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "has_audio": false
91
+ }
92
+ },
93
  "timestamp": {
94
  "dtype": "float32",
95
  "shape": [