You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal 2: OSCD is a change dataset and currently the before/after images are concatenated. However as discussed here it is preferable to return these separately. Required updates to __getitem__ below:
Agree with both of these changes. I think in #289 we decided to standardize on bands being a list of strings of band names, so any datasets that don't follow this are outdated.
Summary
Proposal 1: Following EuroSATDataModule initialised with 3 bands gives error: mean length and number of channels do not match #1634 the OSCD dataset should be updated to support
bands=["B04", "B03", "B02"]
rather than the currentbands in ["rgb", "all"]
Proposal 2: OSCD is a change dataset and currently the before/after images are concatenated. However as discussed here it is preferable to return these separately. Required updates to
__getitem__
below:Rationale
Harmonise the use of
bands
arg and prepare for a ChangeDetectionTaskImplementation
No response
Alternatives
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: