An open API service indexing awesome lists of open source software.

https://github.com/loki-silvres/tree-counting-using-yolov8

Object Detection with YoloV8 to approximate the number of trees present in an image.
https://github.com/loki-silvres/tree-counting-using-yolov8

augmentation object-detection python pytorch transfer-learning ultralytics yolov8

Last synced: 2 months ago
JSON representation

Object Detection with YoloV8 to approximate the number of trees present in an image.

Awesome Lists containing this project

README

          

# Tree-Counting-using-YoloV8
A basic transfer learning application of Ultralytics-YoloV8 for object detection in counting the approximate number of trees present in a satellite image.

## Metrics
- [Results](runs/detect/train13)

## Examples
- **Sample image**
- ![Sample](https://github.com/Loki-Silvres/Tree-Counting-using-YoloV8/blob/main/data/Count_trees_in_this_file.png)
- **Detections**: Approx. 850 detections
- ![Detections](https://github.com/Loki-Silvres/Tree-Counting-using-YoloV8/blob/main/Count_trees_in_this_file.png)

## References
- [Ultralytics-YoloV8 repo](https://github.com/ultralytics/ultralytics)
- [Dataset](https://www.kaggle.com/datasets/lokisilvres/tree-counting-dataset-yolo-format)