In a very boring afternoon, I counted by hand about 1,900 seals in some drone imagery. With a possibility of flying a colony that might have 30,000 seals, I thought I should probably look into automatic counting with #QGIS and #Deepness plugin..

WAID is a dataset containing images of Sheep, Cattle, Seal, Camelus, Zebra, or Kiang. It's huge (14,375 images) and I just needed Seals, so I wrote a quick python script to remove images that had no seals from the dataset.
https://www.mdpi.com/2076-3417/13/18/10397

WAID: A Large-Scale Dataset for Wildlife Detection with Drones

Drones are widely used for wildlife monitoring. Deep learning algorithms are key to the success of monitoring wildlife with drones, although they face the problem of detecting small targets. To solve this problem, we have introduced the SE-YOLO model, which incorporates a channel self-attention mechanism into the advanced real-time object detection algorithm YOLOv7, enabling the model to perform effectively on small targets. However, there is another barrier; the lack of publicly available UAV wildlife aerial datasets hampers research on UAV wildlife monitoring algorithms. To fill this gap, we present a large-scale, multi-class, high-quality dataset called WAID (Wildlife Aerial Images from Drone), which contains 14,375 UAV aerial images from different environmental conditions, covering six wildlife species and multiple habitat types. We conducted a statistical analysis experiment, an algorithm detection comparison experiment, and a dataset generalization experiment. The statistical analysis experiment demonstrated the dataset characteristics both quantitatively and intuitively. The comparison and generalization experiments compared different types of advanced algorithms as well as the SE-YOLO method from the perspective of the practical application of UAVs for wildlife monitoring. The experimental results show that WAID is suitable for the study of wildlife monitoring algorithms for UAVs, and SE-YOLO is the most effective in this scenario, with a mAP of up to 0.983. This study brings new methods, data, and inspiration to the field of wildlife monitoring by UAVs.

MDPI
Frustratingly, it didn't do a great job with my imagery; I may have to sit for a few more hours tagging images and adding to the dataset, or the issue might be with the model?

Spent an hour tagging a few hundred more images of seals to the dataset and got a much better result! Thanks all who commented with ideas!

#QGIS #Deepness #YOLO