Skip to content

Commit

Permalink
Merge pull request #27 from PUTvision/corn_crop_damages_paper
Browse files Browse the repository at this point in the history
News added about corn crop damages
  • Loading branch information
przemyslaw-aszkowski authored Sep 22, 2024
2 parents 870d008 + f2c79ab commit 1510ec5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: single
title: "Estimation of corn crop damage caused by wildlife in UAV images"
author: [aszkowski-przemyslaw, kraft-marek, pieczynski-dominik]
modified: 2024-09-22
tags: [computer vision, agriculture, segmentation, UAV]
category: [publication]
teaser: "/assets/images/posts/2024/09/corn_field_thumb.webp"
---
<BR>

<p align="center">
<img src="/assets/images/posts/2024/09/corn_fields.webp" height="300px" />
</p>

We are happy to announce our recent publication about estimating corn crop damages from UAVs images!

## Abstract:

This paper proposes a low-cost and low-effort solution for determining the area of corn crops damaged by the wildlife facility utilising field images collected by an unmanned aerial vehicle (UAV). The proposed solution allows for the determination of the percentage of the damaged crops and their location. The method utilises models based on deep convolutional neural networks (e.g., UNet family) and transformers (SegFormer) trained on over 300 hectares of diverse corn fields in western Poland. A range of neural network architectures was tested to select the most accurate final solution. The tests show that despite using only easily accessible RGB data available from inexpensive, consumer-grade UAVs, the method achieves sufficient accuracy to be applied in practical solutions for agriculture-related tasks, as the IoU (Intersection over Union) metric for segmentation of healthy and damaged crop reaches 0.88.

You can find more about this research in our paper in Precision Agriculture journal: [http://dx.doi.org/10.1007/s11119-024-10180-7](http://dx.doi.org/10.1007/s11119-024-10180-7)
Binary file added assets/images/posts/2024/09/corn_field_thumb.webp
Binary file not shown.
Binary file added assets/images/posts/2024/09/corn_fields.webp
Binary file not shown.

0 comments on commit 1510ec5

Please sign in to comment.