jellyho commited on
Commit
9ad317e
·
verified ·
1 Parent(s): 9c70580

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -37
README.md CHANGED
@@ -41,10 +41,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
41
  "train": "0:50"
42
  },
43
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
44
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
45
  "features": {
46
  "observation.images.agentview_image": {
47
- "dtype": "video",
48
  "shape": [
49
  480,
50
  640,
@@ -54,20 +54,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
54
  "height",
55
  "width",
56
  "rgb"
57
- ],
58
- "info": {
59
- "video.height": 480,
60
- "video.width": 640,
61
- "video.codec": "av1",
62
- "video.pix_fmt": "yuv420p",
63
- "video.is_depth_map": false,
64
- "video.fps": 20,
65
- "video.channels": 3,
66
- "has_audio": false
67
- }
68
  },
69
  "observation.images.right_wrist_image": {
70
- "dtype": "video",
71
  "shape": [
72
  240,
73
  320,
@@ -77,20 +67,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
77
  "height",
78
  "width",
79
  "rgb"
80
- ],
81
- "info": {
82
- "video.height": 240,
83
- "video.width": 320,
84
- "video.codec": "av1",
85
- "video.pix_fmt": "yuv420p",
86
- "video.is_depth_map": false,
87
- "video.fps": 20,
88
- "video.channels": 3,
89
- "has_audio": false
90
- }
91
  },
92
  "observation.images.left_wrist_image": {
93
- "dtype": "video",
94
  "shape": [
95
  240,
96
  320,
@@ -100,17 +80,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
100
  "height",
101
  "width",
102
  "rgb"
103
- ],
104
- "info": {
105
- "video.height": 240,
106
- "video.width": 320,
107
- "video.codec": "av1",
108
- "video.pix_fmt": "yuv420p",
109
- "video.is_depth_map": false,
110
- "video.fps": 20,
111
- "video.channels": 3,
112
- "has_audio": false
113
- }
114
  },
115
  "observation.state": {
116
  "dtype": "float32",
 
41
  "train": "0:50"
42
  },
43
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
44
+ "video_path": null,
45
  "features": {
46
  "observation.images.agentview_image": {
47
+ "dtype": "image",
48
  "shape": [
49
  480,
50
  640,
 
54
  "height",
55
  "width",
56
  "rgb"
57
+ ]
 
 
 
 
 
 
 
 
 
 
58
  },
59
  "observation.images.right_wrist_image": {
60
+ "dtype": "image",
61
  "shape": [
62
  240,
63
  320,
 
67
  "height",
68
  "width",
69
  "rgb"
70
+ ]
 
 
 
 
 
 
 
 
 
 
71
  },
72
  "observation.images.left_wrist_image": {
73
+ "dtype": "image",
74
  "shape": [
75
  240,
76
  320,
 
80
  "height",
81
  "width",
82
  "rgb"
83
+ ]
 
 
 
 
 
 
 
 
 
 
84
  },
85
  "observation.state": {
86
  "dtype": "float32",