menglan123 commited on
Commit
ffac6f5
·
verified ·
1 Parent(s): ea79d2e

Upload README_task_536.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README_task_536.md +41 -0
README_task_536.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ tags:
4
+ - robotics
5
+ - manipulation
6
+ - agibot
7
+ - computer-vision
8
+ size_categories:
9
+ - 1B<n
10
+ ---
11
+
12
+ # AgiBot Data - Task 536
13
+
14
+ This dataset contains processed AgiBot World Beta dataset files for task 536.
15
+
16
+ ## Files
17
+
18
+ - `converted_json/task_536.json`: Converted task data for task 536 in the target format
19
+ - `image/536.tar.gz`: Compressed image data for task 536
20
+
21
+ ## Data Format
22
+
23
+ The JSON file contains episodes with the following structure:
24
+
25
+ ```json
26
+ {
27
+ "episode_dir": "Agiot_processed/536/<episode_id>",
28
+ "first_frame_path": "Agiot_processed/536/<episode_id>/00000.png",
29
+ "task_general": "Task description",
30
+ "task_detail": "Step-by-step instructions"
31
+ }
32
+ ```
33
+
34
+ ## Usage
35
+
36
+ 1. Extract the image data: `tar -xzf image/536.tar.gz`
37
+ 2. Use the JSON file for task information and episode mapping
38
+
39
+ ## License
40
+
41
+ This data is based on the AgiBot World Beta dataset, which is under CC BY-NC-SA 4.0 license.