annyi commited on
Commit
58a3d3a
·
verified ·
1 Parent(s): 6fdbe9c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +27 -1
meta/info.json CHANGED
@@ -10,7 +10,7 @@
10
  "fps": 30,
11
  "splits": {},
12
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
- "video_path": null,
14
  "features": {
15
  "action": {
16
  "dtype": "float32",
@@ -40,6 +40,32 @@
40
  6
41
  ]
42
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  "timestamp": {
44
  "dtype": "float32",
45
  "shape": [
 
10
  "fps": 30,
11
  "splits": {},
12
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
  "features": {
15
  "action": {
16
  "dtype": "float32",
 
40
  6
41
  ]
42
  },
43
+ "observation.images.top": {
44
+ "dtype": "video",
45
+ "shape": [
46
+ 480,
47
+ 640,
48
+ 3
49
+ ],
50
+ "names": [
51
+ "height",
52
+ "width",
53
+ "channels"
54
+ ]
55
+ },
56
+ "observation.images.wrist": {
57
+ "dtype": "video",
58
+ "shape": [
59
+ 480,
60
+ 640,
61
+ 3
62
+ ],
63
+ "names": [
64
+ "height",
65
+ "width",
66
+ "channels"
67
+ ]
68
+ },
69
  "timestamp": {
70
  "dtype": "float32",
71
  "shape": [