ELLE111 commited on
Commit
014c2a9
·
verified ·
1 Parent(s): 70d787d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -4
README.md CHANGED
@@ -26,15 +26,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
- "total_episodes": 2,
30
- "total_frames": 901,
31
  "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 200,
35
  "fps": 30,
36
  "splits": {
37
- "train": "0:2"
38
  },
39
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
@@ -67,7 +67,30 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
67
  "gripper.pos"
68
  ]
69
  },
70
- "observation.images.default": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  "dtype": "video",
72
  "shape": [
73
  480,
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
+ "total_episodes": 50,
30
+ "total_frames": 26049,
31
  "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 200,
35
  "fps": 30,
36
  "splits": {
37
+ "train": "0:50"
38
  },
39
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
 
67
  "gripper.pos"
68
  ]
69
  },
70
+ "observation.images.head_camera": {
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.height": 480,
84
+ "video.width": 640,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "observation.images.hand_camera": {
94
  "dtype": "video",
95
  "shape": [
96
  480,