/YOLOv8-Instance-Segmentation

Aim of the project is to apply Instance Segmentation using new version of You Only Look Once (YOLOv8) algorithm to classify three different fruit types: Watermelon, blackberry and pineapple.

Primary LanguageJupyter Notebook

YOLOv8-Instance-Segmentation - Fruit Detection

Aim of the project is to apply Instance Segmentation using new version of You Only Look Once (YOLOv8) algorithm to classify three different fruit types: Watermelon, blackberry and pineapple. The images has been selected randomly from internet, it has 20 photos for each of the classes. I have applied data augmentation to these 60 photos in order to create a larger dataset as well as improve the robustness of the model. I have selected 80/20 ratio for train and validation sets and test the model later. In order not to spoil the accuracy of the model, we avoided some applications such as graying the photo while applying data augmentation. The labeling done using Roboflow and this dataset also can be found at Roboflow Universe. Screenshot 2023-08-17 at 12 24 52

General score values of the model: Screenshot 2023-08-17 at 12 25 24

Couple of test images with labels:

Screenshot 2023-08-17 at 12 26 15 Screenshot 2023-08-17 at 12 26 30 Screenshot 2023-08-17 at 12 27 05