continuallearning commited on
Commit
507ba41
·
verified ·
1 Parent(s): c0964e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -4
README.md CHANGED
@@ -33,14 +33,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "franka",
36
- "total_episodes": 0,
37
- "total_frames": 0,
38
- "total_tasks": 0,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 0,
41
  "video_files_size_in_mb": 0,
42
  "fps": 15,
43
- "splits": {},
 
 
44
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
  "features": {
@@ -62,6 +64,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
62
  "video.pix_fmt": "yuv420p",
63
  "video.is_depth_map": false,
64
  "has_audio": false
 
 
 
 
 
 
 
 
 
 
65
  }
66
  },
67
  "observation.images.wrist": {
@@ -82,6 +94,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
82
  "video.pix_fmt": "yuv420p",
83
  "video.is_depth_map": false,
84
  "has_audio": false
 
 
 
 
 
 
 
 
 
 
85
  }
86
  },
87
  "observation.state.cartesian": {
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "franka",
36
+ "total_episodes": 25,
37
+ "total_frames": 15798,
38
+ "total_tasks": 1,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 0,
41
  "video_files_size_in_mb": 0,
42
  "fps": 15,
43
+ "splits": {
44
+ "train": "0:25"
45
+ },
46
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
  "features": {
 
64
  "video.pix_fmt": "yuv420p",
65
  "video.is_depth_map": false,
66
  "has_audio": false
67
+ },
68
+ "info": {
69
+ "video.height": 256,
70
+ "video.width": 256,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.is_depth_map": false,
74
+ "video.fps": 15,
75
+ "video.channels": 3,
76
+ "has_audio": false
77
  }
78
  },
79
  "observation.images.wrist": {
 
94
  "video.pix_fmt": "yuv420p",
95
  "video.is_depth_map": false,
96
  "has_audio": false
97
+ },
98
+ "info": {
99
+ "video.height": 256,
100
+ "video.width": 256,
101
+ "video.codec": "av1",
102
+ "video.pix_fmt": "yuv420p",
103
+ "video.is_depth_map": false,
104
+ "video.fps": 15,
105
+ "video.channels": 3,
106
+ "has_audio": false
107
  }
108
  },
109
  "observation.state.cartesian": {