Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
We introduced this dataset in Points2Surf, a method that turns point clouds into meshes.
|
2 |
+
|
3 |
+
It consists of objects from the [_ABC Dataset_](https://paperswithcode.com/dataset/abc-dataset-1), a collection of _Famous_ meshes and objects from [_Thingi10k_](https://paperswithcode.com/dataset/thingi10k).
|
4 |
+
These are mostly single objects per file, sometimes a couple of disconnected objects. Objects from the _ABC Dataset_ are CAD-models, the others are mostly statues with organic structures.
|
5 |
+
|
6 |
+
We created realistic point clouds using a simulated time-of-flight sensor from [_BlenSor_](https://www.blensor.org/). The point clouds have typical artifacts like noise and scan shadows.
|
7 |
+
|
8 |
+
Finally, we created training data consisting of randomly sampled query points with their ground-truth signed distance. The query points are 50% uniformly distributed in the unit cube and 50% near the surface with some random offset.
|
9 |
+
|
10 |
+
The training set consists of 4950 _ABC_ objects with varying number of scans and noise strength.
|
11 |
+
The validation sets are the same as the test set.
|
12 |
+
The _ABC_ test sets contain 100 objects, _Famous_ 22 and _Thingi10k_ 100. The test set variants are as follows:
|
13 |
+
(1) _ABC_ var (like training set), no noise, strong noise;
|
14 |
+
(2) _Famous_ no noise, medium noise, strong noise, sparse, dense scans;
|
15 |
+
(3) _Thingi10k_ no noise, medium noise, strong noise, sparse, dense scans
|