-
Notifications
You must be signed in to change notification settings - Fork 7
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
show_random_patches does not show image #8
Comments
Hi Robin, |
You can use this code snippet to visualize random samples from your custom dataset. Notice that you call the function before passing the dataset into the pytorch dataloader. |
import numbers def show_random_patches(dataset, sample_num, rgb_bands=(3, 2, 1)):
|
Image is not visible:
The text was updated successfully, but these errors were encountered: