mtbui2010 commited on
Commit
b3eb4e4
·
verified ·
1 Parent(s): 368ab7c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -28,20 +28,33 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
28
  {
29
  "codebase_version": "v2.0",
30
  "robot_type": "xarm",
31
- "total_episodes": 5,
32
- "total_frames": 123,
33
- "total_tasks": 5,
34
  "total_videos": 0,
35
  "total_chunks": 1,
36
  "chunks_size": 1000,
37
  "fps": 10,
38
  "splits": {
39
- "train": "0:5"
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",
43
  "features": {
44
- "image": {
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  "dtype": "image",
46
  "shape": [
47
  224,
 
28
  {
29
  "codebase_version": "v2.0",
30
  "robot_type": "xarm",
31
+ "total_episodes": 2,
32
+ "total_frames": 42,
33
+ "total_tasks": 1,
34
  "total_videos": 0,
35
  "total_chunks": 1,
36
  "chunks_size": 1000,
37
  "fps": 10,
38
  "splits": {
39
+ "train": "0:2"
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",
43
  "features": {
44
+ "left_image": {
45
+ "dtype": "image",
46
+ "shape": [
47
+ 224,
48
+ 224,
49
+ 3
50
+ ],
51
+ "names": [
52
+ "height",
53
+ "width",
54
+ "channel"
55
+ ]
56
+ },
57
+ "right_image": {
58
  "dtype": "image",
59
  "shape": [
60
  224,