This repository focuses on using YOLO v8 model for detecting and locating fruits in a farm using python
apple_detecion.mp4
Learn more about Yolo v8
git clone https://github.com/ReyeTech/FruitDetection
cd FruitDetection
pip install -r requirements.txt
The test video can be downloaded from this link
python Apple_Detection_YOLO_V8.py --video apple_vid.mp4
- Detecting strawberries
- Drawing a bounding box around them
- Locating the strawebrries by also displaying their x and y coordinates
- Masking the strawberries to make sure it is visible clearly
Strawberry_detection.webm
git clone https://github.com/ReyeTech/FruitDetection
cd FruitDetection
pip install -r requirements.txt
The test video can be downloaded from here
Executing the code
python Strawberry_Detection.py