Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,9 @@ pretty_name: Plyverse 1.0
|
|
| 12 |
|
| 13 |
# Plyverse 1.0
|
| 14 |
|
| 15 |
-
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.
|
|
|
|
|
|
|
| 16 |
|
| 17 |
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.
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
# Plyverse 1.0
|
| 14 |
|
| 15 |
+
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.
|
| 16 |
+
|
| 17 |
+
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.
|
| 18 |
|
| 19 |
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.
|
| 20 |
|