Skip to content

Abhiswain97/Leaf_disease_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

Topics

Resources

Stars

Watchers

Forks

Languages