--- license: other license_name: mixed-per-object-see-notice license_link: https://huggingface.co/datasets/Linzhan/Objaverse-XL-Rigged-Animated/blob/main/NOTICE.md pretty_name: Objaverse-XL Rigged & Animated — Renders language: - en size_categories: - 10K.png` is a 1024×1024 2×2 grid of the asset's rest pose — front and back on the top row, left and right below — rendered (EEVEE) from its GLB, one per asset in the asset repo's `glb/`. Useful for classifying an asset's body plan without importing it. These previously lived in the asset repo and were moved here so that everything rendered sits in one place. ## Usage ```python from huggingface_hub import snapshot_download # just the rest-pose grids snapshot_download("Linzhan/Objaverse-XL-Rigged-Animated-Renders", repo_type="dataset", allow_patterns="tpose/*") # one clip's four views snapshot_download("Linzhan/Objaverse-XL-Rigged-Animated-Renders", repo_type="dataset", allow_patterns="glb_render/00064e6f6eec4fd7acf27091b8de4d70-Object_4/*") ``` ## Where these renders are used The renders here feed the captioning and body-plan classification stages of the open pipeline at [`UniMate/data_process`](https://github.com/Friedrich-M/UniMate/tree/main/data_process), which turns the companion asset repository into the processed motion release [UniML3D](https://huggingface.co/datasets/Linzhan/UniML3D). ```bash bash data_process/scripts/run_download.sh objaverse_renders ``` ## Licensing and attribution These renders **depict third-party assets** and are included as visual reference. They are not covered by any blanket licence: each render inherits the upstream licence of the asset it shows, exactly as that asset's GLB does. Resolve the licence for a given `object_id` through the Objaverse-XL annotations before using or redistributing a render, and see [`NOTICE.md`](https://huggingface.co/datasets/Linzhan/Objaverse-XL-Rigged-Animated/blob/main/NOTICE.md) in the asset repo for the full statement and the takedown process. Rights holders who want an asset removed can open an issue on either repository. ## Citation This dataset is part of **UniML3D**, the training corpus introduced in [UniMate: One Unified Model to Animate Diverse Skeletons](https://arxiv.org/abs/2609.05415) (SIGGRAPH Asia 2026; [paper page](https://huggingface.co/papers/2609.05415)). If you use it, please cite the paper: ```bibtex @article{mou2026unimate, title = {UniMate: One Unified Model to Animate Diverse Skeletons}, author = {Mou, Linzhan and Lei, Jiahui and Dou, Zhiyang and Cai, Chenyue and Song, Chaoyue and Finkelstein, Adam and Rusinkiewicz, Szymon}, journal = {arXiv preprint arXiv:2609.05415}, year = {2026} } ```