File size: 1,156 Bytes
df20198
 
 
 
 
 
 
 
 
 
 
d063f5f
0d93c3f
 
cd28c60
d063f5f
 
 
4522b85
d063f5f
f9ce2b5
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
tags:
- objaverse
- plyverse
- model
- mesh
- asset
- 3d
- object
pretty_name: Plyverse 1.0
---

# Plyverse 1.0

This is [AllenAI Objverse 1.0](https://huggingface.co/datasets/allenai/objaverse) but stripped of all textures and materials and baked into solid meshes and exported as PLY files. Also the models are all scaled to a unit sphere scale which is a normalised cubic scale then scaled again by 0.55 so that the cubic normal fits within the unit sphere.

The benefits to doing this is reduced file size and memory usage. Can be used to teach netural networks the shapes of objects to then be fed into a re-coloring network.

**This is work-in-progress (WIP)** and I might not even finish it because the process is a little slow, the script I am using to convert the GLB files is a Blender script in Python that seems to leak memory in the second phase for some reason, you can check it out here: https://github.com/lzardy/glb_processing/blob/main/glb_to_ply.py

Even if it didn't leak... It's really really slow.

Refer to the original [AllenAI Objverse 1.0 dataset here](https://huggingface.co/datasets/allenai/objaverse) for the meta-data etc.