TexVerse: A Universe of 3D Objects with High-Resolution Textures

[](https://github.com/yiboz2001/TexVerse)
**[Yibo Zhang
1,2](https://yiboz2001.github.io/), [Li Zhang
1,3](https://lzrobots.github.io/), [Rui Ma
2 *](https://ruim-jlu.github.io/), [Nan Cao
1,4](http://nancao.org/)**
1Shanghai Innovation Institute
2Jilin University
3Fudan University
4Tongji University
* Corresponding Author

**TexVerse is a large-scale 3D dataset featuring high-resolution textures.** Its key characteristics include:
1. **Scale & Source**: TexVerse dataset has **858,669 unique 3D models** curated from Sketchfab, including **158,518** with physically based rendering (PBR) materials.
2. **Variants**: Each model includes all high-resolution variants, resulting in a total of **1,659,097 3D instances**.
3. **Specialized Subsets**:
For the rigged and animated categories of models, we further obtain the original user-uploaded file format to prevent the loss of skeletons and animations during the format conversion of Sketchfab.
- **TexVerse-Skeleton**: **69,138 rigged models**.
- **TexVerse-Animation**: **54,430 animated models**.
4. **Annotations**: Detailed model annotations covering overall characteristics, structural components, and fine-grained features.
Feel free to contact me ([ybzhang23@mails.jlu.edu.cn](mailto:ybzhang23@mails.jlu.edu.cn)) or open an issue if you have any questions or suggestions.
## News
- [2025-08-11] We have released the **TexVerse** dataset. Feel free to download it.
## Download
**TexVerse Dataset**
Due to the file number limitations of the Hugging Face repository:
- The **2K**, **4K**, and **8K** resolution data are hosted in [**TexVerse**](https://huggingface.co/datasets/YiboZhang2001/TexVerse).
- The **1K** resolution data are hosted separately in [**TexVerse-1K**](https://huggingface.co/datasets/YiboZhang2001/TexVerse-1K).
**TexVerse-Animation Dataset** and **TexVerse-Skeleton Dataset**
Jointly hosted in [**TexVerse-Skeleton-Animation**](https://huggingface.co/datasets/YiboZhang2001/TexVerse-Skeleton-Animation).
**Thumbnails**
We provide model thumbnails in the `./thumbnails` directory.
The thumbnails are split into multiple parts:
- `thumbnails_part_00`
- `thumbnails_part_01`
- `thumbnails_part_02`
After downloading all parts, merge them into a single archive:
```bash
cat thumbnails_part_* > thumbnails.zip
```
## License
Individual objects in TexVerse are all licensed as creative commons distributable objects. The metadata will provide the license for each object.
- [CC BY](https://creativecommons.org/licenses/by/4.0/): 699,075
- [CC BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/): 88,710
- [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/): 14,624
- [CC BY-NC](https://creativecommons.org/licenses/by-nc/4.0/): 31,514
- [CC BY-NC-ND](https://creativecommons.org/licenses/by-nc-nd/4.0/): 11,599
- [CC BY-ND](https://creativecommons.org/licenses/by-nd/4.0/): 7,008
- [CC0](https://creativecommons.org/publicdomain/zero/1.0/): 6,139
## BibTex
```
@article{zhang2025texverse,
title = {TexVerse: A Universe of 3D Objects with High-Resolution Textures},
author = {Zhang, Yibo and Zhang, Li and Ma, Rui and Cao, Nan},
journal = {arXiv preprint arXiv:2508.10868},
year = {2025}
}
```