Projects icon indicating copy to clipboard operation
Projects copied to clipboard

Leaf Disease Detection using Image Processing and Deep Learning

Results 3 Projects issues
Sort by recently updated
recently updated
newest added

np_image_list = np.array(image_list, dtype=np.float16) / 225.0 2 ----> 3 x_train, x_test, y_train, y_test = train_test_split(np_image_list, image_labels, test_size=0.2, random_state = 42) 4 5 aug = ImageDataGenerator( NameError: name 'image_labels' is not...

Please explain suggest some steps how to explain it. While run this I didi get any output.

Could please tell me what have you done in ImageProcessing script