-
Notifications
You must be signed in to change notification settings - Fork 370
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
Inconsistencies between handling of bands in datasets #289
Comments
|
Great questions!
|
|
I think both of these can be done at the same time |
An alternative could be to plot a false color image from a user defined subset of the bands in the image (basically a user defines indices like [0, 1, 2]) as an argument to |
Another issue I noticed is that |
Relating to band selection: as more datasets arise in torchgeo, could band selection become standardized to the STAC specification common_names? This could also become a standard way of doing band selection from STAC items when some datasets point to STAC items. FYI, I'm currently trying this "band selection interface" out with a dataset implemented torchgeo's way. I think it has some potential. |
Why not? E.g. experiments that compare how multispectral information compare to only rgb information on benchmark datasets are quite interesting, I think. |
Hmm, that's fair, someone might want to do a more in-depth ablation study on which bands actually matter. I guess I'm not opposed if someone wants it, but I wouldn't go changing everything if we don't need it, especially if it doesn't speed up data loading times. I think I want to rename the So2Sat bands anyway, will submit a PR to do that. |
I am currently working on adding plotting methods based on #253. For datasets that contain Sentinel multispectral imagery, I have two questions.
The text was updated successfully, but these errors were encountered: