Replies: 3 comments
-
From the plotting code, I can do: img = eurosat[0]["image"]
(img[[3,2,1],:,:] / 3000).clip(0., 1.) But this can still be nice to have the RGB version |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cross referencing #1634 I think an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
In some datasets, it seems the bands can be selected when constructing but this not the case for EuroSAT. How can one get the normalized RGB images (similar to
eurosat/rgb
version in tensorflow_datasets) ?Beta Was this translation helpful? Give feedback.
All reactions