Abhiswain97 / Leaf_disease_detection

Leaf disease detection using image segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Binder

Leaf disease detection using image segmentation

This is project on detecting leaf diseases using image segmentation. The catch is I do it without using deep learning. Instead I design a multi-stage(3 stage classifier) classifier.

Binary-classification --> Multiclass-classification --> Mask-prediction

So What can you do to use it?

To run it with default settings:

git clone https://github.com/Abhiswain97/Leaf_disease_detection.git  
cd Leaf_disease_detection
python run.py --test_image_path <path to your test image>

For help: python run.py -h

Run it with custom settings: Run the Classification.py in src folder. For help: python Classification.py -h

About

Leaf disease detection using image segmentation


Languages

Language:Python 100.0%