Skip to content

Applying Darknet YOLO v3 and v4 to deep-weeding-bot project.

Notifications You must be signed in to change notification settings

diana-xie/darknet_yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolo-v4 and Yolo-v3 for deep-weeding-bot project

Improving object detection using YOLO v4 for deep-weeding-bot project. Object detection is customized for corn vs. weed detection, in actual footage from robot traversing corn fields.

See Medium article on some mAP and cost analysis I did: link

Results:

Overview

Goal:

Create an object detection algorithm that distinguishes corn from weeds, on real-life video data collected in the field.

1. Distinguish corn from weeds

  • as long as weeds can be distinguished from "other" entities the majority of time

2. Detect weeds with high recall

  • robot will only target weeds for action, therefore it is more critical to produce high recall; i.e. correctly predict positives (i.e. detect "weed") out of all the actual positives in the dataset

Use case:

Use case is to simulate a scenario in which a robot is deployed in a corn field to kill the majority of weeds, while minimizing tradeoff of damage to corn crops. Thus, main objective is to "play it safe" and mainly target weeds with high recall, rather than produce a response to corn detection.

Approach:

Train YOLO model on custom data. Custom data is actual video footage of robot traversing corn field, with weeds in path. The objects trained on are corn and weed labels in the footage, separated into images.

Data:

  • Video from robot with mounted GoPro camera, traversing actual corn fields with weeds growing on paths.
  • Manually labelled corn & weeds in footage (i.e. images extracted from footage), using labelImg

  • Data augmentation to distort images and expand dataset

About

Applying Darknet YOLO v3 and v4 to deep-weeding-bot project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published