PROJECT:
Weed Detection and Classification using image processing In Indian Context for above dataset.
Data Set link:
Problem
Weed is an unwanted thing in agriculture. Weed use the nutrients, water, land and many more things that might have gone to crops. Which results in less production of the required crop. The farmer often uses pesticides to remove weed which is also effective but some pesticides may stick with crop and may causes problems for humans.
Aim
We aim to develop a system that only sprays pesticides on weed and not on the crop Which will reduce the mixing problem with crops and also reduce the waste of pesticides.
Content
This dataset contains 1300 images of sesame crops and different types of weeds with each image labels. Each image is a 512 X 512 color image. Labels for images are in YOLO format.
Data Preparation
STEPS:
First of we have to collect dataset for it.For that we have to capture photos of weeds and crops.we collected total 589 images
After collection of photos we have to clean the dataset.This step is very important because if any bed photo is remain in dataset it causs worse effect in detection model.after cleaning we have 546 images.
Now time for image processing.Our photo size is 4000X3000 color which is very large and model will take very long time for training so we convert all images to 512X512X3 size.
now 546 image is not enogh for training,so we have done some magic to convert 546 image into 1300 images.We used Data Augmetation technique to increase dataset.(Check it out keras ImageDataGenerator on google)
This step is very tedious, Manual labeling of image data!! In this step we have to drow bounding boxes on photos whether it weed or crop.
Topics to be included:
Data Preparation
Model Architecture
Model Implementation
Model Evaluation
Use of Machine Learning and Computer Vision Algorithms
Software Used : Python
Sample Report Format Written By Realcode4you Expert Team
If you need any Research Paper Writing help which is related to Machine Learning or data Science then you can contact us at:
realcode4you@gmail.com
Comments