Automatic-leaf-infection-identifier icon indicating copy to clipboard operation
Automatic-leaf-infection-identifier copied to clipboard

Automatic detection of plant diseases

Results 20 Automatic-leaf-infection-identifier issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Gitbash stops running when 'python3 leafdetectionALLsametype.py -i . ' command implemented. Trying to follow instructions for running the program on my computer but nothing happens when implementing the ' python3...

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.5.20 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

https://stackoverflow.com/questions/20749819/pyqt5-failing-import-of-qtgui _Originally posted by @Onssassii in https://github.com/johri002/Automatic-leaf-infection-identifier/issues/55#issuecomment-699694874_

In some opencv versions cv2.findContours returns 2 variables i.e contours, hierarchy or 3 variables i.e image, contours, hierarchy. Hence to avoid this version problem added list slicing which would always...

line 137 in leafdetectionALLmix.py, contours,hierarchy = cv2.findContours(bordered, cv2.RETR_TREE, cv2.CHAIN_APPROX_NONE) error occured: ValueError: too many values to unpack (expected 2) while creating dataset