| --- |
| pretty_name: filtered_lowpoly_rig |
| tags: |
| - 3d |
| - mesh |
| - rigging |
| - glb |
| --- |
| |
| # filtered_lowpoly_rig |
|
|
| Filtered low-poly rigged-mesh dataset: 26,033 GLB files with skeleton rigs, |
| all under 10k vertices, deduplicated (double-hash), with a normalization |
| pipeline (target range [-0.5, 0.5]). |
|
|
| ## Contents |
|
|
| - `meshes/meshes-XXX.tar` — the 26,033 rigged GLBs, uncompressed tar shards |
| of 2000 files each, sharded by sorted filename (see |
| `shards_index.json`). |
| - `meshes_norm.tar` — normalized GLBs (partial bake run, 199 files). |
| - `manifest.jsonl`, `stats.json`, `bake_report.jsonl`, `processed.log`, |
| `run_full.log` — pipeline metadata and logs. |
| - `filter_meshes.py`, `bake_normalize.py` — the filtering / normalization |
| pipeline scripts. |
| - `restore.sh` — extraction script (see below). |
|
|
| ## Download & restore |
|
|
| ```bash |
| uvx --from huggingface_hub hf download udbbdh/filtered-lowpoly-rig \ |
| --repo-type dataset --local-dir ./filtered_lowpoly_rig_pkg |
| cd ./filtered_lowpoly_rig_pkg |
| bash restore.sh /path/to/target_dir |
| ``` |
|
|
| This recreates `filtered_lowpoly_rig/` (with `meshes/` and `meshes_norm/` |
| unpacked) under the target directory. |
|
|