pooja-k-swamy / RCNN

Tomato detection using RCNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RCNN-code

Object detection and counting of tomatoes for further yield estimation by analyzing Unmanned Aerial Vehicles (UAVs) imagery acquired using Low Altitude Remote Sensing (LARS)

  1. Implemented R-CNN model for estimation of tomatoes in a given tomato farm.
  2. The model is based on one of the state-of-the-art CNN-based object detection and classification.
  3. Proposed enhancements over original algorithm :
    • Improved accuracy by selecting the hyper parameters from the epoch that has least loss during training
    • Refined each bounding box using regression.

Sample frame extracted from the video acquired: fieldimage

Using labelImg, created the ground truth labels for training(takes a LOT of time):

labelimg

About

Tomato detection using RCNN

License:MIT License


Languages

Language:Python 100.0%