tfnn commited on
Commit
cd28c60
1 Parent(s): 0d93c3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ 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. 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.
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