Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,8 @@ task_categories:
|
|
| 5 |
---
|
| 6 |
# R3PM-Net Datasets
|
| 7 |
|
| 8 |
-
|
|
|
|
| 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
|
|
@@ -16,8 +17,6 @@ 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 |
|
|
@@ -47,4 +46,6 @@ These artifacts stem from sensor noise, lighting sensitivity, and viewpoint-depe
|
|
| 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 |
-
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# R3PM-Net Datasets
|
| 7 |
|
| 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 pickel 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
|
|
|
|
| 17 |
|
| 18 |
<div align="center">
|
| 19 |
|
|
|
|
|
|
|
| 20 |
| **Category** | **Source Type** | **Qty** |
|
| 21 |
| :--- | :--- | :--- |
|
| 22 |
| Sioux (Reconstructed) | Photogram. | 4 |
|
|
|
|
| 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 |
+
## Train/Test pickle (.pkl) Files
|
| 50 |
+
These files are compatible with [Learning3d](https://github.com/vinits5/learning3d) library and can be used to train or fine-tune models included in it.
|
| 51 |
+
These pickle 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, with 80-20 train-test split.
|