HerdNet is an advanced deep learning model designed for the accurate detection and counting of African mammals in aerial images. This model is introduced in the research paper “From crowd to herd counting: How to precisely detect and count African mammals using aerial imagery and deep learning?” by Alexandre Delplanque and colleagues.
HerdNet is inspired by CenterNet, which is a neural network based on convolutional layers designed for object detection tasks. The architecture of HerdNet is tailored to handle the challenges of locating and counting dense herds in varied landscapes. It focuses on a localization head from CenterNet for detecting animal centers and includes a classification head for species identification.
The original code repository and pretrained models are available at:
https://github.com/Alexandre-Delplanque/HerdNet.git
If you use HerdNet in your research, please cite the original paper by Alexandre Delplanque and his team.
Refer to the repository link for licensing information.