Plant-Leaf-Identification
Plant-Leaf-Identification copied to clipboard
Identification of plants through plant leaves on the basis of their shape, color and texture features using digital image processing techniques
I'm working on this classify_leaves_flavia.ipynb code. And I'm facing an issue with the prediction part that the model predicts wrong species. I've tried lots of times. But its not working....
ValueError Cell In [104], line 2 1 filename = "../476362180.jpg" ----> 2 bg_rem_img = bg_sub(filename) Cell In [101], line 13, in bg_sub(filename) 10 kernel = np.ones((50,50),np.uint8) 11 closing = cv2.morphologyEx(im_bw_otsu,...