aaron-ser commited on
Commit
c5592c0
·
verified ·
1 Parent(s): 6c13d9e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -35,7 +35,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
35
  "fps": 30,
36
  "splits": {},
37
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
- "video_path": null,
39
  "features": {
40
  "action": {
41
  "dtype": "float32",
@@ -65,6 +65,32 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
65
  6
66
  ]
67
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  "timestamp": {
69
  "dtype": "float32",
70
  "shape": [
 
35
  "fps": 30,
36
  "splits": {},
37
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "action": {
41
  "dtype": "float32",
 
65
  6
66
  ]
67
  },
68
+ "observation.images.camera1": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 400,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ]
80
+ },
81
+ "observation.images.camera2": {
82
+ "dtype": "video",
83
+ "shape": [
84
+ 480,
85
+ 640,
86
+ 3
87
+ ],
88
+ "names": [
89
+ "height",
90
+ "width",
91
+ "channels"
92
+ ]
93
+ },
94
  "timestamp": {
95
  "dtype": "float32",
96
  "shape": [