suriya-it19 / leaf-disease-detection-yolov5

custom yolov5 model for detecting leaf diseases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE:

  • Download the data from the drive link, the data is converted into the yolov5 datapipeline format

  • Download the trained model from the drive link

  • Navigate the downloaded data folder and model in this home directory

Inference:

$ python detect.py --source 0  # webcam
                            file.jpg  # image 
                            file.mp4  # video
                            path/  # directory
                            path/*.jpg  # glob
                            'https://youtu.be/NUsoVlDFqZg'  # YouTube
                            'rtsp://example.com/media.mp4'  # RTSP, RTMP, HTTP stream

About

custom yolov5 model for detecting leaf diseases

License:MIT License