Skip to content

Commit

Permalink
Forgot to update the indices.
Browse files Browse the repository at this point in the history
  • Loading branch information
calebrob6 committed Jul 6, 2022
1 parent e766fa5 commit 6120f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datamodules/so2sat.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class So2SatDataModule(pl.LightningDataModule):
).reshape(-1, 1, 1)

# this reorders the bands to put S2 RGB first, then remainder of S2
reindex_to_rgb_first = [10, 9, 8, 11, 12, 13, 14, 15, 16, 17]
reindex_to_rgb_first = [2, 1, 0, 3, 4, 5, 6, 7, 8, 9]

def __init__(
self,
Expand Down

0 comments on commit 6120f75

Please sign in to comment.