update readme file
Browse files
README.md
CHANGED
|
@@ -5,12 +5,46 @@ task_categories:
|
|
| 5 |
---
|
| 6 |
# R3PM-Net Datasets
|
| 7 |
|
| 8 |
-
To address the gap between synthetic datasets and real-world industrial point cloud data, we propose two datasets, Sioux-Cranfield and Sioux-Scans.
|
| 9 |
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
-

|
| 16 |
-
Sioux-Scans point cloud data. Target (blue) and Source (yellow) point clouds for seven distinct objects.
|
|
|
|
| 5 |
---
|
| 6 |
# R3PM-Net Datasets
|
| 7 |
|
| 8 |
+
To address the gap between synthetic datasets and real-world industrial point cloud data, we propose two datasets, *Sioux-Cranfield* and *Sioux-Scans*.
|
| 9 |
|
| 10 |
+
## Sioux-Cranfield
|
| 11 |
+
This is a diverse collection of 13 objects designed to evaluate model robustness across varying data qualities. The dataset contains 4
|
| 12 |
+
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.
|
| 13 |
|
| 14 |
+
### Composition of the Sioux-Cranfield Dataset
|
| 15 |
+
This table provides a structured breakdown of the composition of this dataset.
|
| 16 |
+
|
| 17 |
+
<div align="center">
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
| **Category** | **Source Type** | **Qty** |
|
| 22 |
+
| :--- | :--- | :--- |
|
| 23 |
+
| Sioux (Reconstructed) | Photogram. | 4 |
|
| 24 |
+
| Sioux (Synthetic) | CAD Models | 3 |
|
| 25 |
+
| Cranfield [1] | Pristine | 6 |
|
| 26 |
+
| **Total** | **---** | **13** |
|
| 27 |
+
|
| 28 |
+
*Sioux (Reconstructed) and Sioux (Synthetic) are also used in Sioux-Scans dataset to produce Target point clouds.*
|
| 29 |
+
<br>
|
| 30 |
+
</div>
|
| 31 |
+
|
| 32 |
+
<div align="center">
|
| 33 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/65e05d75e7ab5ac3383cc2b9/y_99Q386K3CszAW48LNHJ.png" width="60%">
|
| 34 |
+
<p><b>CAD models of the Sioux-Cranfield dataset.</b>The first six belong to the Cranfield Assembly benchmark and the rest are contributions of this paper (Sioux dataset).</p>
|
| 35 |
+
</div>
|
| 36 |
+
|
| 37 |
+
## Sioux-Scans
|
| 38 |
+
This dataset addresses the real-world challenge of registering physical scans to digital models.
|
| 39 |
+
The targets are CAD models of seven small objects (shared with Sioux-Cranfield), while the sources are raw event-camera scans of the corresponding objects acquired via the custom Quality Control [Sioux 3DoP setup](https://brainporteindhoven.com/fileadmin/user_upload/TechMarkt/Advanced_Manufacturing/3DOP_Presentation_WP4.pdf).
|
| 40 |
+
To generate these scans, the setup utilizes a laser beam and an event-based camera to produce accurate point clouds from moving or handheld objects.
|
| 41 |
+
Unlike traditional frame-based sensors, this camera captures discrete brightness changes as the laser sweeps across the surface, resulting in highly precise point clouds.
|
| 42 |
+
Before processing, gross outliers were filtered. However, these data represent a substantially more challenging setting than synthetic benchmarks, as they reflect inevitable deficiencies, such as sparsity, noise, and occlusions, rarely present in ideal simulated datasets.
|
| 43 |
+
These artifacts stem from sensor noise, lighting sensitivity, and viewpoint-dependent gaps, particularly on sharp edges or reflective surfaces.
|
| 44 |
+
|
| 45 |
+
<div align="center">
|
| 46 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/65e05d75e7ab5ac3383cc2b9/OrlERYP5aQW0Wf4Nsog3L.png" width="60%">
|
| 47 |
+
<p><b>Sioux-Scans point cloud data.</b> Target (blue) and Source (yellow) point clouds for seven distinct objects.</p>
|
| 48 |
+
</div>
|
| 49 |
|
| 50 |
|
|
|
|
|
|