Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
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.
|
3 |
|
@@ -5,4 +16,4 @@ The benefits to doing this is reduced file size and memory usage. Can be used to
|
|
5 |
|
6 |
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
|
7 |
|
8 |
-
Even if it didn't leak... It's really really slow.
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- objaverse
|
4 |
+
- plyverse
|
5 |
+
- model
|
6 |
+
- mesh
|
7 |
+
- asset
|
8 |
+
- 3d
|
9 |
+
- object
|
10 |
+
pretty_name: Plyverse 1.0
|
11 |
+
---
|
12 |
|
13 |
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.
|
14 |
|
|
|
16 |
|
17 |
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
|
18 |
|
19 |
+
Even if it didn't leak... It's really really slow.
|