AgiBotWorldAdmin commited on
Commit
a7ff3dd
·
verified ·
1 Parent(s): 670afe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - dual-arm
12
  pretty_name: AgiBot World 2026
13
  size_categories:
14
- - 1K<n<10K
15
  language:
16
  - en
17
  ---
@@ -26,8 +26,15 @@ language:
26
  [![LeRobot](https://img.shields.io/badge/LeRobot-v2.1-blue)](https://github.com/huggingface/lerobot)
27
  [![Homepage](https://img.shields.io/badge/Homepage-agibot--world.com-green)](https://agibot-world.com)
28
 
 
 
 
 
 
 
29
  </div>
30
- <img src="./assets/teaser.gif" alt="AgiBot World 2026 — real-world embodied intelligence preview" style="width: 100%; max-width: 100%; height: auto; display: block; margin: 0 auto;" />---
 
31
 
32
  As robotics research advances into real-world scenarios, the demand for authentic, high-quality data has become increasingly urgent. Following AGIBOT WORLD's "ImageNet moment," we now release the **AGIBOT WORLD 2026** dataset. Built upon massive real-world scenes, it systematically spans pivotal research directions in embodied intelligence, designed to power the next generation of embodied agents.
33
 
@@ -35,7 +42,7 @@ The AGIBOT WORLD 2026 dataset is collected from **100% real-world environments**
35
 
36
  We invite researchers worldwide to leverage AGIBOT WORLD 2026 to drive robotic intelligence from the lab into the real world, empowering every industry and tangibly boosting production and service efficiency.
37
 
38
-
39
 
40
  ## Get Started
41
 
@@ -342,8 +349,8 @@ Common built-in frame type names: `Error Frame`, `Success Frame`, `Intervention
342
 
343
  ## Episode Data and Video Data
344
 
345
- | | Episode Data | Video Data |
346
- |---|---|---|
347
  | **Location** | `data/` | `videos/` |
348
  | **Format** | Apache Parquet | MP4 |
349
  | **Granularity** | One file per episode | One file per camera per episode |
@@ -395,7 +402,7 @@ A companion script `split_episode.py` is provided to convert the dataset into st
395
 
396
  Run `split_episode.py` to split long-horizon episodes into single-instruction episodes compatible with standard LeRobot training scripts (e.g., `lerobot/scripts/train.py`). The extended annotation fields are stripped from `info.json` in the output.
397
 
398
- Tool Script: [split_episodes_tool.zip](split_episodes_tool.zip)
399
 
400
  **Prerequisites:** Python 3.8+ &nbsp;|&nbsp; FFmpeg in `PATH`
401
 
 
11
  - dual-arm
12
  pretty_name: AgiBot World 2026
13
  size_categories:
14
+ - "1K<n<10K"
15
  language:
16
  - en
17
  ---
 
26
  [![LeRobot](https://img.shields.io/badge/LeRobot-v2.1-blue)](https://github.com/huggingface/lerobot)
27
  [![Homepage](https://img.shields.io/badge/Homepage-agibot--world.com-green)](https://agibot-world.com)
28
 
29
+ <br/>
30
+
31
+ <img src="./assets/teaser.gif" alt="AgiBot World 2026 dataset preview (animated)" style="width: 100%; max-width: 100%; height: auto; display: block; margin: 0 auto;" />
32
+
33
+ <br/>
34
+
35
  </div>
36
+
37
+ ## Overview
38
 
39
  As robotics research advances into real-world scenarios, the demand for authentic, high-quality data has become increasingly urgent. Following AGIBOT WORLD's "ImageNet moment," we now release the **AGIBOT WORLD 2026** dataset. Built upon massive real-world scenes, it systematically spans pivotal research directions in embodied intelligence, designed to power the next generation of embodied agents.
40
 
 
42
 
43
  We invite researchers worldwide to leverage AGIBOT WORLD 2026 to drive robotic intelligence from the lab into the real world, empowering every industry and tangibly boosting production and service efficiency.
44
 
45
+ ---
46
 
47
  ## Get Started
48
 
 
349
 
350
  ## Episode Data and Video Data
351
 
352
+ | Aspect | Episode data | Video data |
353
+ |--------|--------------|------------|
354
  | **Location** | `data/` | `videos/` |
355
  | **Format** | Apache Parquet | MP4 |
356
  | **Granularity** | One file per episode | One file per camera per episode |
 
402
 
403
  Run `split_episode.py` to split long-horizon episodes into single-instruction episodes compatible with standard LeRobot training scripts (e.g., `lerobot/scripts/train.py`). The extended annotation fields are stripped from `info.json` in the output.
404
 
405
+ **Tool:** [split_episodes_tool.zip](split_episodes_tool.zip)
406
 
407
  **Prerequisites:** Python 3.8+ &nbsp;|&nbsp; FFmpeg in `PATH`
408