added folder structure
Browse files
README.md
CHANGED
|
@@ -8,6 +8,23 @@ task_categories:
|
|
| 8 |
This repository contains the two proposed datasets; **Sioux-Cranfield** and **Sioux-Scans**, which aim to address the gap between synthetic datasets and real-world industrial data.
|
| 9 |
It also contains the pickle files made from a subset of the Sioux-Cranfield dataset that can be used to train models.
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
## Sioux-Cranfield
|
| 12 |
This is a diverse collection of 13 objects designed to evaluate model robustness across varying data qualities. The dataset contains 4
|
| 13 |
computer-aided design (CAD) models generated via photogrammetric reconstruction, 3 synthetic CAD models, and 6 pristine geometries from the [Cranfield Benchmark](https://github.com/Menthy-Denayer/PCR_CAD_Model_Alignment_Comparison/tree/main/datasets). This combination allows for a comprehensive evaluation of performance on both high-quality synthetic meshes and realistically imperfect reconstructions.
|
|
@@ -44,11 +61,4 @@ These artifacts stem from sensor noise, lighting sensitivity, and viewpoint-depe
|
|
| 44 |
<div align="center">
|
| 45 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/65e05d75e7ab5ac3383cc2b9/OrlERYP5aQW0Wf4Nsog3L.png" width="60%">
|
| 46 |
<p><b>Sioux-Scans point cloud data.</b> Target (blue) and Source (yellow) point clouds for seven distinct objects.</p>
|
| 47 |
-
</div>
|
| 48 |
-
|
| 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.
|
|
|
|
| 8 |
This repository contains the two proposed datasets; **Sioux-Cranfield** and **Sioux-Scans**, which aim to address the gap between synthetic datasets and real-world industrial data.
|
| 9 |
It also contains the pickle files made from a subset of the Sioux-Cranfield dataset that can be used to train models.
|
| 10 |
|
| 11 |
+
## Folder Structure
|
| 12 |
+
```
|
| 13 |
+
R3PM-Net/
|
| 14 |
+
├── README.md
|
| 15 |
+
├── down_sampled_modelnet40.zip
|
| 16 |
+
├── simulators.zip
|
| 17 |
+
├── sioux_cranfield.zip
|
| 18 |
+
└── sioux_scans.zip
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+
## Downsampled ModelNet40
|
| 22 |
+
To save time, we provide a downsampled version of ModelNet40 test set. All the point clouds are downsampled to 2000 points.
|
| 23 |
+
|
| 24 |
+
## Simulators
|
| 25 |
+
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.
|
| 26 |
+
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.
|
| 27 |
+
|
| 28 |
## Sioux-Cranfield
|
| 29 |
This is a diverse collection of 13 objects designed to evaluate model robustness across varying data qualities. The dataset contains 4
|
| 30 |
computer-aided design (CAD) models generated via photogrammetric reconstruction, 3 synthetic CAD models, and 6 pristine geometries from the [Cranfield Benchmark](https://github.com/Menthy-Denayer/PCR_CAD_Model_Alignment_Comparison/tree/main/datasets). This combination allows for a comprehensive evaluation of performance on both high-quality synthetic meshes and realistically imperfect reconstructions.
|
|
|
|
| 61 |
<div align="center">
|
| 62 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/65e05d75e7ab5ac3383cc2b9/OrlERYP5aQW0Wf4Nsog3L.png" width="60%">
|
| 63 |
<p><b>Sioux-Scans point cloud data.</b> Target (blue) and Source (yellow) point clouds for seven distinct objects.</p>
|
| 64 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|