tfnn commited on
Commit
a256ddc
·
verified ·
1 Parent(s): 7e34af6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: mit
3
  ---
4
 
5
- This is 125,160 _(out of 800,000)_ models from [AllenAI Objaverse 1.0](https://huggingface.co/datasets/allenai/objaverse).
6
 
7
  These models have had their materials & normals removed, have been normalised in scale and origin recentered, and are all triangulated.
8
 
@@ -12,4 +12,6 @@ This dataset is great for training networks about shapes of 3D objects.
12
 
13
  My suggested use of this dataset is to raytrace a point-cloud of 𝑥 density from the triangle faced meshes, this can then be used to train a neural network to produce point-cloud shapes which can then be re-meshed.
14
 
15
- The filenames will match up with the [Allen-AI Objaverse Metadata](https://huggingface.co/datasets/allenai/objaverse/tree/main/metadata).
 
 
 
2
  license: mit
3
  ---
4
 
5
+ This is 125,160 _(out of 800,000)_ 3D bmodels from [AllenAI Objaverse 1.0](https://huggingface.co/datasets/allenai/objaverse).
6
 
7
  These models have had their materials & normals removed, have been normalised in scale and origin recentered, and are all triangulated.
8
 
 
12
 
13
  My suggested use of this dataset is to raytrace a point-cloud of 𝑥 density from the triangle faced meshes, this can then be used to train a neural network to produce point-cloud shapes which can then be re-meshed.
14
 
15
+ The filenames will match up with the [Allen-AI Objaverse Metadata](https://huggingface.co/datasets/allenai/objaverse/tree/main/metadata).
16
+
17
+ If you want an even smaller dataset then [Plyverse-1.0](https://huggingface.co/datasets/tfnn/Plyverse-1.0) is the same pre-processing on 10,000 3D models.