fabiangrob commited on
Commit
2f5aa3a
·
verified ·
1 Parent(s): 13621de

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +28 -6
meta/info.json CHANGED
@@ -1,14 +1,16 @@
1
  {
2
  "codebase_version": "v3.0",
3
  "robot_type": "so101_follower",
4
- "total_episodes": 0,
5
- "total_frames": 0,
6
- "total_tasks": 0,
7
  "chunks_size": 1000,
8
  "data_files_size_in_mb": 100,
9
  "video_files_size_in_mb": 200,
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": {
@@ -51,7 +53,17 @@
51
  "height",
52
  "width",
53
  "channels"
54
- ]
 
 
 
 
 
 
 
 
 
 
55
  },
56
  "observation.images.top": {
57
  "dtype": "video",
@@ -64,7 +76,17 @@
64
  "height",
65
  "width",
66
  "channels"
67
- ]
 
 
 
 
 
 
 
 
 
 
68
  },
69
  "timestamp": {
70
  "dtype": "float32",
 
1
  {
2
  "codebase_version": "v3.0",
3
  "robot_type": "so101_follower",
4
+ "total_episodes": 50,
5
+ "total_frames": 22063,
6
+ "total_tasks": 1,
7
  "chunks_size": 1000,
8
  "data_files_size_in_mb": 100,
9
  "video_files_size_in_mb": 200,
10
  "fps": 30,
11
+ "splits": {
12
+ "train": "0:50"
13
+ },
14
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
  "features": {
 
53
  "height",
54
  "width",
55
  "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
  },
68
  "observation.images.top": {
69
  "dtype": "video",
 
76
  "height",
77
  "width",
78
  "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
  },
91
  "timestamp": {
92
  "dtype": "float32",