Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,3 +31,18 @@ pip install datasets
|
|
| 31 |
from datasets import load_dataset
|
| 32 |
dataset = load_dataset("AngeloUNIMI/Granulo-10k")
|
| 33 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
from datasets import load_dataset
|
| 32 |
dataset = load_dataset("AngeloUNIMI/Granulo-10k")
|
| 33 |
```
|
| 34 |
+
|
| 35 |
+
## 📖 Citation
|
| 36 |
+
If you use this dataset, please cite:
|
| 37 |
+
```bibtex
|
| 38 |
+
@InProceedings {icip26,
|
| 39 |
+
author = {P. Coscia and A. Genovese and V. Piuri and F. Scotti},
|
| 40 |
+
booktitle = {Proc. of the 2026 IEEE Int. Conf. on Image Processing (ICIP 2026)},
|
| 41 |
+
title = {Granulo-10k: A Large-Scale Benchmark Dataset for Multiple-View Industrial Granulometry},
|
| 42 |
+
pages = {1-6},
|
| 43 |
+
month = {September},
|
| 44 |
+
day = {13-17},
|
| 45 |
+
year = {2026},
|
| 46 |
+
note = {Accepted}
|
| 47 |
+
}
|
| 48 |
+
```
|