Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help to get out of the below error. #59

Open
nagamani86 opened this issue Feb 16, 2023 · 1 comment
Open

Need help to get out of the below error. #59

nagamani86 opened this issue Feb 16, 2023 · 1 comment

Comments

@nagamani86
Copy link

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

@PankajKannavedia
Copy link

can you help me with specified version or requirement.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants