Duplicate from YasiiKB/R3PM-Net
Browse filesCo-authored-by: Yasaman Kashefbahrami <YasiiKB@users.noreply.huggingface.co>
- .gitattributes +60 -0
- README.md +69 -0
- down_sampled_modelnet40.zip +3 -0
- simulators.zip +3 -0
- sioux_cranfield.zip +3 -0
- sioux_scans.zip +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Sioux-Cranfield, Sioux-Scans Datasets
|
| 3 |
+
task_categories:
|
| 4 |
+
- feature-extraction
|
| 5 |
+
tags:
|
| 6 |
+
- 3D
|
| 7 |
+
- registration
|
| 8 |
+
- CAD
|
| 9 |
+
- computer_vision
|
| 10 |
+
- point_clouds
|
| 11 |
+
---
|
| 12 |
+
# R3PM-Net Datasets
|
| 13 |
+
This repository contains the two proposed datasets in [R3PM-Net paper](arxiv.org/abs/2604.05060); **Sioux-Cranfield** and **Sioux-Scans**, which aim to address the gap between synthetic datasets and real-world industrial data.
|
| 14 |
+
It also contains the pickle files made from a subset of the Sioux-Cranfield dataset that can be used to train models.
|
| 15 |
+
|
| 16 |
+
## Folder Structure
|
| 17 |
+
```
|
| 18 |
+
R3PM-Net/
|
| 19 |
+
├── README.md
|
| 20 |
+
├── down_sampled_modelnet40.zip
|
| 21 |
+
├── simulators.zip
|
| 22 |
+
├── sioux_cranfield.zip
|
| 23 |
+
└── sioux_scans.zip
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
## Downsampled ModelNet40
|
| 27 |
+
To save time, we provide a downsampled version of ModelNet40 test set. All the point clouds are downsampled to 2000 points.
|
| 28 |
+
|
| 29 |
+
## Simulators
|
| 30 |
+
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.
|
| 31 |
+
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.
|
| 32 |
+
|
| 33 |
+
## Sioux-Cranfield
|
| 34 |
+
This is a diverse collection of 13 objects designed to evaluate model robustness across varying data qualities. The dataset contains 4
|
| 35 |
+
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.
|
| 36 |
+
|
| 37 |
+
### Composition of the Sioux-Cranfield Dataset
|
| 38 |
+
This table provides a structured breakdown of the composition of this dataset.
|
| 39 |
+
|
| 40 |
+
<div align="center">
|
| 41 |
+
|
| 42 |
+
| **Category** | **Source Type** | **Qty** |
|
| 43 |
+
| :--- | :--- | :--- |
|
| 44 |
+
| Sioux (Reconstructed) | Photogram. | 4 |
|
| 45 |
+
| Sioux (Synthetic) | CAD Models | 3 |
|
| 46 |
+
| Cranfield [1] | Pristine | 6 |
|
| 47 |
+
| **Total** | **---** | **13** |
|
| 48 |
+
|
| 49 |
+
*Sioux (Reconstructed) and Sioux (Synthetic) are also used in Sioux-Scans dataset to produce Target point clouds.*
|
| 50 |
+
<br>
|
| 51 |
+
</div>
|
| 52 |
+
|
| 53 |
+
<div align="center">
|
| 54 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/65e05d75e7ab5ac3383cc2b9/y_99Q386K3CszAW48LNHJ.png" width="60%">
|
| 55 |
+
<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>
|
| 56 |
+
</div>
|
| 57 |
+
|
| 58 |
+
## Sioux-Scans
|
| 59 |
+
This dataset addresses the real-world challenge of registering physical scans to digital models.
|
| 60 |
+
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).
|
| 61 |
+
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.
|
| 62 |
+
Unlike traditional frame-based sensors, this camera captures discrete brightness changes as the laser sweeps across the surface, resulting in highly precise point clouds.
|
| 63 |
+
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.
|
| 64 |
+
These artifacts stem from sensor noise, lighting sensitivity, and viewpoint-dependent gaps, particularly on sharp edges or reflective surfaces.
|
| 65 |
+
|
| 66 |
+
<div align="center">
|
| 67 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/65e05d75e7ab5ac3383cc2b9/OrlERYP5aQW0Wf4Nsog3L.png" width="60%">
|
| 68 |
+
<p><b>Sioux-Scans point cloud data.</b> Target (blue) and Source (yellow) point clouds for seven distinct objects.</p>
|
| 69 |
+
</div>
|
down_sampled_modelnet40.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19388337676fb3717b33f196b1408cae5cc7bcbac2994a8fdaa173eeab50f75e
|
| 3 |
+
size 95083721
|
simulators.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6edfa1c3cd49473a8ec1103884518a0b81d0283f70b1b10f0129768a189e837
|
| 3 |
+
size 43523039
|
sioux_cranfield.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70bf67f5288ccb899dc55b0e500dd49c7c771d13b8d34fe4b945b8e55bdf5e43
|
| 3 |
+
size 25299768
|
sioux_scans.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e4fe519dd1da52de417a0911d3281bf21dbe9aba04e67450a9a3bd65e07211a
|
| 3 |
+
size 6645343
|