Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.4 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.4 KB

Apple_detection_and_count

Description-

The Apple Detection and Counting model utilizes a YOLOv8-based object detection pipeline to identify and track apples in videos. This feature implements a centroid-based tracking algorithm that maintains unique IDs for each apple across frames, allowing for accurate tracking even when apples overlap or temporarily disappear. The detected apples are annotated with labels, and a cumulative count is displayed in real time within the output video.

Use Case-

This feature is especially beneficial for apple orchards, where farmers and agricultural managers need to monitor apple counts for yield estimation and inventory management. By automating the detection and counting of apples on trees, orchard operators can gain valuable insights into crop productivity and health, facilitating timely decisions regarding harvesting and resource allocation.

Benefits-

Implementing this feature provides several advantages-

a) Efficiency: Automates the counting and tracking process, significantly reducing the need for manual labor.

b) Accuracy: Ensures reliable apple counts even with occlusions, minimizing errors in yield assessments.

c) Real-Time Monitoring: Offers immediate insights into apple counts, aiding in effective planning and management.

d) Versatility: Can be adapted to various orchard setups, enhancing its applicability across different farming operations.