This project detects and counts Oil Palm Trees in Drone Images.

Oil Palm Tree Counting in Drone Images

Pinaki Nath Chowdhury, Palaiahnakote Shivakumara, Lokesh Nandanwar, Faizal Samiron, Umapada Pal

Abstract

When the images are captured by drones in oblique angles, palm tree detection is challenging. This paper presents a method towards palm tree counting using a novel idea of detecting dominant points by exploring Generalized Gradient Vector Flow, which defines symmetry based on gradient direction of the pixels. For each dominant point, we use angle information for classifying diagonal dominant points. The proposed method expands the direction of diagonal dominant points until it finds intersection point with another diagonal dominant point. The step works based on the fact that the direction of the branches of tree meet at center of tree. This step results in candidate points. For each candidate points, the proposed method constructs the ring by considering the distance between intersection and nearest neighbor candidate point as radius. This outputs region of interest, which includes center of each tree in the image. To remove false positives, we explore deep learning YOLOv5 architecture that counts oil palm tree in the drone images irrespective of tree type of palm family. Experimental results on our dataset of the images captured by drones and standard dataset of coconut images captured by UAV (Unmanned Aerial Vehicle) of different trees show that the proposed method is effective and better than SOTA methods.

Block Diagram of this new method

Click to view the Block Diagram

Network architecture of off-the-shelf YOLOv5

Click to view the yolov5 Network Architecture

Installation Instruction

Reference

Big thanks to ultralytics for sharing their code

Future Tasks

License

This code is only for academic purpose. For commercial purpose, please contact: contact[at]pinakinathc.me

Contact details of other authors will be updated soon.