tfnn commited on
Commit
534e588
1 Parent(s): 4257d52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ This is 125,160 models from [AllenAI Objaverse 1.0](https://huggingface.co/datasets/allenai/objaverse).
6
+
7
+ These models have had their materials & normals removed, and have been normalised in scale and origin recentered.
8
+
9
+ As a result each model is much smaller in size and faster to process.
10
+
11
+ 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.