rice-leaf-diseases-detection icon indicating copy to clipboard operation
rice-leaf-diseases-detection copied to clipboard

For this project, we are going to detect rice leaf disease using CNN and serve the result via messenger chatbot. We will also implement this to an independent Android app.

Results 1 rice-leaf-diseases-detection issues
Sort by recently updated
recently updated
newest added

SOURCE: class: blast, file: blast/blast_rotated_008.png --------------------------------------------------------------------------- error Traceback (most recent call last) in 2 print("SOURCE: class: %s, file: %s" % (os.path.split(filename)[0], filename)) 3 ----> 4 img = load_image(filename) 5 print(img.shape())...