File size: 2,707 Bytes
34d346c
ce9a965
34d346c
 
 
 
 
07c1bc7
34d346c
 
ce9a965
34d346c
6abf12d
34d346c
ce9a965
34d346c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6abf12d
152595c
 
 
 
 
 
2ca7ffc
34d346c
 
 
 
 
 
6abf12d
ce9a965
34d346c
 
6abf12d
34d346c
2ca7ffc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
pretty_name: 'HIW-500: Humanoids In-the-Wild Dataset'
language:
- en
tags:
- robotics
- humanoid
license: cc-by-4.0
---

# HIW-500: Humanoids In-the-Wild Dataset

https://bitrobot-foundation.github.io/humanoids-in-the-wild-500-hours/

HIW-500: Humanoids In-the-Wild Dataset is a large-scale dataset for whole-body humanoid robot learning in natural home environments. It captures human teleoperation demonstrations on Unitree G1 across real homes in Southeast Asia, where layouts, object states, lighting, clutter, and operator styles vary from episode to episode.

The dataset is designed for research on mobile manipulation, bimanual interaction, long-horizon household skills, imitation learning, and general-purpose robot learning from in-the-wild demonstrations.

## Dataset Overview

- 500+ hours of humanoid robot demonstrations
- 23K+ episodes
- Around 10 TB of data
- 10+ household tasks
- 12 real homes
- 161 subtask labels
- 148K+ subtask annotations

## Data Modalities

Each episode records human whole-body teleoperation of Unitree G1 in real homes. The dataset combines synchronized visual observations, robot states, actions, and metadata.

### Camera Streams

- Head camera: RGB stereo, 480p, 30 FPS
- Wrist camera: RGB, stereo IR, 480p, 30 FPS

### Robot State and Actions

- 29-DoF joint states
- End-effector state
- IMU
- Odometry
- Action traces from human whole-body teleoperation

### Metadata

- Language annotations
- Episode information
- Camera intrinsics and extrinsics

## Dataset Statistics

![Task duration](assets/readme/task_duration_share.png)

![Task episodes](assets/readme/task_episodes.png)

![Average duration](assets/readme/average_duration.png)

## Dataset Access

The dataset is hosted on Hugging Face in two formats:

- Raw ROS bag / MCAP recordings: https://huggingface.co/datasets/BitRobot/HIW-500
- LeRobot format: https://huggingface.co/datasets/BitRobot/HIW-500-LeRobot

_For raw data from the Building Children Table task, see our challenge dataset: https://huggingface.co/datasets/BitRobot/2026-humanoid-ikea-assembly-challenge_

## License

The public HIW-500 dataset is released under the [CC BY 4.0 license](https://creativecommons.org/licenses/by/4.0/). If you're interested in additional datasets similar to HIW-500, be it for commercial or academic purposes, pls [contact us](mailto:contact@bitrobot.ai?subject=Dataset%20Inquiry).

## Citation

If you use this dataset, please cite:

```bibtex
@misc{hiw500_2026,
  title={HIW-500: Humanoids In-the-Wild Dataset for Robot Learning},
  author={BitRobot and Unitree and Hugging Face},
  year={2026},
  howpublished={\url{https://bitrobot-foundation.github.io/humanoids-in-the-wild-500-hours/}}
}
```