Datasets:

Modalities:
Image
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
SPovoli commited on
Commit
28d2271
·
verified ·
1 Parent(s): 1e5151a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -41,7 +41,7 @@ tags:
41
  This research investigates the application of computer vision for rapid, accurate, and non-invasive food quality assessment, focusing on the novel challenge of real-time raspberry grading into five distinct classes within an industrial environment as the fruits move along a conveyor belt.
42
  To address this, a dedicated dataset of raspberries, namely RaspGrade, was acquired and meticulously annotated.
43
 
44
- Instance segmentation experiments revealed that accurate fruit-level masks can be obtained; however, the classification of certain raspberry grades presents challenges due to color similarities and occlusion, while others are more readily distinguishable based on color
45
 
46
  🤗 [Paper on Hugging Face](https://huggingface.co/papers/2505.08537) | 📝 [Paper on ArXiv](https://arxiv.org/abs/2505.08537)
47
 
@@ -85,13 +85,10 @@ Please refer to [this page](https://docs.ultralytics.com/datasets/segment/) for
85
 
86
  ## 📖 Citation
87
  ```bibtex
88
- @misc{mekhalfi2025raspgradedatasetautomaticraspberry,
89
- title={The RaspGrade Dataset: Towards Automatic Raspberry Ripeness Grading with Deep Learning},
90
- author={Mohamed Lamine Mekhalfi and Paul Chippendale and Fabio Poiesi and Samuele Bonecher and Gilberto Osler and Nicola Zancanella},
91
- year={2025},
92
- eprint={2505.08537},
93
- archivePrefix={arXiv},
94
- primaryClass={cs.CV},
95
- url={https://arxiv.org/abs/2505.08537},
96
  }
97
  ```
 
41
  This research investigates the application of computer vision for rapid, accurate, and non-invasive food quality assessment, focusing on the novel challenge of real-time raspberry grading into five distinct classes within an industrial environment as the fruits move along a conveyor belt.
42
  To address this, a dedicated dataset of raspberries, namely RaspGrade, was acquired and meticulously annotated.
43
 
44
+ Instance segmentation experiments revealed that accurate fruit-level masks can be obtained; however, the classification of certain raspberry grades presents challenges due to color similarities and occlusion, while others are more readily distinguishable based on color.
45
 
46
  🤗 [Paper on Hugging Face](https://huggingface.co/papers/2505.08537) | 📝 [Paper on ArXiv](https://arxiv.org/abs/2505.08537)
47
 
 
85
 
86
  ## 📖 Citation
87
  ```bibtex
88
+ @article{mekhalfi2025raspgrade,
89
+ title={The RaspGrade Dataset: Towards Automatic Raspberry Ripeness Grading with Deep Learning},
90
+ author={Mekhalfi, Mohamed Lamine and Chippendale, Paul and Poiesi, Fabio and Bonecher, Samuele and Osler, Gilberto and Zancanella, Nicola},
91
+ journal={arXiv preprint arXiv:2505.08537},
92
+ year={2025}
 
 
 
93
  }
94
  ```