added downsampled ModelNet40
Browse files
README.md
CHANGED
|
@@ -49,3 +49,6 @@ These artifacts stem from sensor noise, lighting sensitivity, and viewpoint-depe
|
|
| 49 |
## Simulators
|
| 50 |
This directory contains pickle (.pkl) files compatible with the [Learning3d](https://github.com/vinits5/learning3d) library and can be used to train or fine-tune models.
|
| 51 |
These files are created from a subset of the Sioux-Cranfield containing the "teeth", "cube", "lime" and "lego" CAD models. There are 320 point cloud pairs in total, with 80-20 train-test split.
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
## Simulators
|
| 50 |
This directory contains pickle (.pkl) files compatible with the [Learning3d](https://github.com/vinits5/learning3d) library and can be used to train or fine-tune models.
|
| 51 |
These files are created from a subset of the Sioux-Cranfield containing the "teeth", "cube", "lime" and "lego" CAD models. There are 320 point cloud pairs in total, with 80-20 train-test split.
|
| 52 |
+
|
| 53 |
+
## Downsampled ModelNet40
|
| 54 |
+
To save time, we provide a downsampled version of ModelNet40 test set. All the point clouds are downsampled to 2000 points.
|