| license: mit | |
| # HM3D Generate | |
| Generated image dataset based on [HM3D (Habitat-Matterport 3D)](https://aihabitat.org/datasets/hm3d/). | |
| ## Structure | |
| The dataset contains 800 scenes. Each scene folder (e.g., `00000-kfPV7w3FaU5/`) contains PNG images with three views per frame: | |
| - `XXXXX.png` — front view | |
| - `XXXXX_middle.png` — middle view | |
| - `XXXXX_back.png` — back view | |
| ## Download & Extract | |
| The dataset is split into 10GB zip parts. To download and extract: | |
| ```bash | |
| # Download all files using huggingface-cli | |
| huggingface-cli download ZGZzz/hm3d_generate --repo-type dataset --local-dir ./hm3d_generate_download | |
| # Recombine and extract | |
| cd hm3d_generate_download | |
| zip -s 0 hm3d_generate.zip --out hm3d_generate_combined.zip | |
| unzip hm3d_generate_combined.zip | |
| ``` | |
| ## Files | |
| | File | Size | | |
| |------|------| | |
| | `hm3d_generate.z01` - `hm3d_generate.z14` | 10 GB each | | |
| | `hm3d_generate.zip` | ~8.4 GB (final part) | | |
| | **Total** | **~149 GB** | | |