An open API service indexing awesome lists of open source software.

https://github.com/jojocoder28/vgg16_plant_disease


https://github.com/jojocoder28/vgg16_plant_disease

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# vgg16_plant_disease

* Dataset : New Plant Disease Dataset

This dataset consists of about 87K rgb images of healthy and diseased crop leaves which is categorized into 38 different classes. The total dataset is divided into 80/20 ratio of training and validation set preserving the directory structure. A new directory containing 33 test images is created later for prediction purpose.

Link : https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset

* Pre-processing

At first tomato leaves are selected for the work. Then the backgrounds have been removed of all the images and then backgrounds have been blurred to make the pre-processed dataset. After that patch selection has been applied to the images to select the needed patches from the images.