Datasets:
francescocrivelli
commited on
Commit
•
c9b036d
1
Parent(s):
d66adfa
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,13 +4,8 @@ task_categories:
|
|
4 |
- robotics
|
5 |
tags:
|
6 |
- LeRobot
|
7 |
-
-
|
8 |
-
-
|
9 |
-
- carrot
|
10 |
-
- and
|
11 |
-
- bring
|
12 |
-
- to
|
13 |
-
- mouth
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files: data/*/*.parquet
|
@@ -33,15 +28,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
33 |
{
|
34 |
"codebase_version": "v2.0",
|
35 |
"robot_type": "so100",
|
36 |
-
"total_episodes":
|
37 |
-
"total_frames":
|
38 |
"total_tasks": 1,
|
39 |
-
"total_videos":
|
40 |
"total_chunks": 1,
|
41 |
"chunks_size": 1000,
|
42 |
"fps": 30,
|
43 |
"splits": {
|
44 |
-
"train": "0:
|
45 |
},
|
46 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
47 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
4 |
- robotics
|
5 |
tags:
|
6 |
- LeRobot
|
7 |
+
- pick_up_carrot
|
8 |
+
- bring_to_mouth
|
|
|
|
|
|
|
|
|
|
|
9 |
configs:
|
10 |
- config_name: default
|
11 |
data_files: data/*/*.parquet
|
|
|
28 |
{
|
29 |
"codebase_version": "v2.0",
|
30 |
"robot_type": "so100",
|
31 |
+
"total_episodes": 61,
|
32 |
+
"total_frames": 38435,
|
33 |
"total_tasks": 1,
|
34 |
+
"total_videos": 122,
|
35 |
"total_chunks": 1,
|
36 |
"chunks_size": 1000,
|
37 |
"fps": 30,
|
38 |
"splits": {
|
39 |
+
"train": "0:61"
|
40 |
},
|
41 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
42 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|