项目作者: Abhiswain97

项目描述 :
Leaf disease detection using image segmentation
高级语言: Python
项目地址: git://github.com/Abhiswain97/Leaf_disease_detection.git
创建时间: 2020-04-09T14:52:29Z
项目社区:https://github.com/Abhiswain97/Leaf_disease_detection

开源协议:

下载



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:

  1. git clone https://github.com/Abhiswain97/Leaf_disease_detection.git
  2. cd Leaf_disease_detection
  3. 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