AlexWolski commited on
Commit
901ab25
1 Parent(s): 57a76ec

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ pretty_name: ShapeNet SDF Uniform
5
+ size_categories:
6
+ - 1K<n<10K
7
+ tags:
8
+ - Artificial Intelligence
9
+ - Machine Learning
10
+ - Computational Geometry
11
  ---
12
+
13
+ # ShapeNet SDF Sample Dataset
14
+
15
+ This is a subset of the [ShapeNet SDF Dataset](https://ls7-data.cs.tu-dortmund.de/shape_net/ShapeNet_SDF.tar.gz) provided by the [ShapeGan Project](https://github.com/marian42/shapegan).<br>
16
+ Only Uniform SDF samples are included.
17
+
18
+ ### Contents
19
+
20
+ The dataset contains 8,320 data samples. Each data sample contains 200,000 uniformly distributed points and their corresponding SDF values.<br>
21
+ The dataset contains three shape classes:
22
+
23
+ * Airplanes (2156 samples)
24
+ * Chairs (4189 samples)
25
+ * Sofas (1975 samples)