- The proposed work plans on detecting the weeds in sugarbeet fields.
- Sugar beet was choosen because the beet is underground, so weed and leaves are often confusing to identify. The weeds in sugar beet are different during different stages of growth. And also perennial weed control is not efficient because the weedicide also affects the crops
- Aim of the project is to identify the exact location of weeds so as to reduce the herbicide usage and to help use precision agriculture to use robotic arms for weed removal
-
UNET ARCHITECTURE
- It has 2 phases: 1. DOWNSAMPLING 2. UPSAMPLING
- Downsampling has Convolution and Maxpooling layers repeated
- These are repeated 4 times in our model
- CCPCCPCCPCCP
- Aim is to reduce the resolution of images to detect the feature
- Upsampling has Convolution and Upsampling layers repeated
- These are repeated 4 times in our model
- CCUCCUCCUCCU
- Concat layer is also used
- Finally there are convolutional and single dense layer with sigmoid activation
- NOTE: Hidden layer activation is relu
-
DATASET:
- Synthetic images of sugar beet and random weeds
- Size of data:376 MB (compressed tar.gz file)
- No of images: 1252
- Annotation type: Semantic segmentation
- Kaggle dataset
- Having 120 images with xml annotation with bounded box