python_for_microscopists icon indicating copy to clipboard operation
python_for_microscopists copied to clipboard

Need help to get out of the below error.

Open nagamani86 opened this issue 2 years ago • 1 comments

Hi All, while i am executing 228-semantic segmentation of arieal images using U_net i encountered the below error. Please help me in resolving this. WARNING:matplotlib.image:Clipping input data to the valid range for imshow with RGB data ([0..1] for floats or [0..255] for integers).

IndexError Traceback (most recent call last) in 7 plt.imshow(np.reshape(image_dataset[image_number], (patch_size, patch_size, 3))) 8 plt.subplot(122) ----> 9 plt.imshow(np.reshape(mask_dataset[image_number], (patch_size, patch_size, 3))) 10 plt.show()

IndexError: list index out of range

nagamani86 avatar Feb 16 '23 08:02 nagamani86

can you help me with specified version or requirement.txt

PankajKannavedia avatar Oct 30 '23 05:10 PankajKannavedia