data_agibot / README_task_545.md
menglan123's picture
Upload README_task_545.md with huggingface_hub
78f68b2 verified
---
license: cc-by-nc-sa-4.0
tags:
- robotics
- manipulation
- agibot
- computer-vision
size_categories:
- 1B<n
---
# AgiBot Data - Task 545
This dataset contains processed AgiBot World Beta dataset files for task 545.
## Files
- `converted_json/task_545.json`: Converted task data for task 545 in the target format
- `image/545.tar.gz`: Compressed image data for task 545
## Data Format
The JSON file contains episodes with the following structure:
```json
{
"episode_dir": "Agiot_processed/545/<episode_id>",
"first_frame_path": "Agiot_processed/545/<episode_id>/00000.png",
"task_general": "Task description",
"task_detail": "Step-by-step instructions"
}
```
## Usage
1. Extract the image data: `tar -xzf image/545.tar.gz`
2. Use the JSON file for task information and episode mapping
## License
This data is based on the AgiBot World Beta dataset, which is under CC BY-NC-SA 4.0 license.