The stone dataset is composed of mineral scraps issued from quarry extraction operations. The inventory has been developed for the augmented stacking project.
Stones are stored in .ply in both mesh and point cloud format.
For more info contact [email protected]
Structure of the repo:
.
├── img
│ ├── *.png
├── README.md
├── stones
│ ├── mesh_high_res
│ │ ├── remeshed_high_res_A0.ply
│ │ ├── remeshed_high_res_A10.ply
│ │ ├── ...
│ │ └── remeshed_high_res_E56.ply
│ └── pcd_high_res
│ ├── pcd_high_res_A0.ply
│ ├── pcd_high_res_A10.ply
│ ├── ...
│ └── pcd_high_res_E56.ply
└── util
└── *.py
The dataset is distributed under a MIT license: feel free to use it and cite it in your own research work. Here's the BibTeX snippet:
augmented-stacking-dataset/CITATION.cff
Lines 1 to 9 in e1e3865