Code Monkey home page Code Monkey logo

marcoayman / plant-wheat-detection-using-ai Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 11.73 MB

This project analyzes the detection and the growth stages of wheat crop by capturing a digital image of the crop from time to time by a Raspberry pi Camera Module V2. This image is then transferred to a computer for analysis. The analysis is done by the deep learning algorithm Convolutional neural network CNNs

Python 6.51% Jupyter Notebook 93.49%

plant-wheat-detection-using-ai's Introduction

Plant-Wheat-Detection-Using-Ai

This project analyzes the detection and the growth stages of wheat crop by capturing a digital image of the crop from time to time by a Raspberry pi Camera Module V2. This image is then transferred to a computer for analysis. The analysis is done by the deep learning algorithm Convolutional neural network CNNs

2 Main Architectures for CNNs used Fast RCNN and Faster RCNN:-

Fast RCNN

we feed the input image to the CNN to generate a convolutional feature map. From the convolutional feature map, we identify the region of proposals and warp them into squares and by using a RoI pooling layer we reshape them into a fixed size so that it can be fed into a fully connected layer. From the RoI feature vector, we use a softmax layer to predict the class of the proposed region and also the offset values for the bounding box.

1

Faster RCNN

using selective search to find out the region proposals. Selective search is a slow and time-consuming process affecting the performance of the network. So Faster RCNN eliminates the selective search algorithm and lets the network learn the region proposals.Instead of using selective search algorithm on the feature map to identify the region proposals, a separate network is used to predict the region proposals. The predicted region proposals are then reshaped using a RoI pooling layer which is then used to classify the image within the proposed region and predict the offset values for the bounding boxes.

1

Here are some of projects results :-

Result4

Result5

Result1

Result2

Result3

plant-wheat-detection-using-ai's People

Contributors

marcoayman avatar

Stargazers

Animesh Raghav avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.