Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,6 @@ The benefits to doing this is reduced file size and memory usage. Can be used to
|
|
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.
|
|
|
|
|
|
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.
|
20 |
+
|
21 |
+
Refer to the original [AllenAI Objverse 1.0 dataset here](https://huggingface.co/datasets/allenai/objaverse) for the meta-data etc.
|