BarryFutureman commited on
Commit
634200b
·
verified ·
1 Parent(s): 1c08598

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +116 -0
README.md ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ tags:
5
+ - LeRobot
6
+ configs:
7
+ - config_name: default
8
+ data_files: data/*/*.parquet
9
+ ---
10
+
11
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
12
+
13
+ ## Dataset Description
14
+
15
+
16
+
17
+ - **Homepage:** [More Information Needed]
18
+ - **Paper:** [More Information Needed]
19
+ - **License:** [More Information Needed]
20
+
21
+ ## Dataset Structure
22
+
23
+ [meta/info.json](meta/info.json):
24
+ ```json
25
+ {
26
+ "codebase_version": "v3.0",
27
+ "robot_type": "none",
28
+ "total_episodes": 1,
29
+ "total_frames": 623,
30
+ "total_tasks": 1,
31
+ "chunks_size": 1000,
32
+ "data_files_size_in_mb": 100,
33
+ "video_files_size_in_mb": 200,
34
+ "fps": 20,
35
+ "splits": {
36
+ "train": "0:1"
37
+ },
38
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
39
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
40
+ "features": {
41
+ "observation.images.rgb": {
42
+ "dtype": "video",
43
+ "shape": [
44
+ 3,
45
+ 280,
46
+ 504
47
+ ],
48
+ "names": [
49
+ "channel",
50
+ "height",
51
+ "width"
52
+ ],
53
+ "info": {
54
+ "video.height": 280,
55
+ "video.width": 504,
56
+ "video.codec": "av1",
57
+ "video.pix_fmt": "yuv420p",
58
+ "video.is_depth_map": false,
59
+ "video.fps": 20,
60
+ "video.channels": 3,
61
+ "has_audio": false
62
+ }
63
+ },
64
+ "text": {
65
+ "dtype": "string",
66
+ "shape": [
67
+ 1
68
+ ]
69
+ },
70
+ "timestamp": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "frame_index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "episode_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "task_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ }
105
+ }
106
+ }
107
+ ```
108
+
109
+
110
+ ## Citation
111
+
112
+ **BibTeX:**
113
+
114
+ ```bibtex
115
+ [More Information Needed]
116
+ ```