Skip to content

Commit

Permalink
lc 9 should be 7 channel
Browse files Browse the repository at this point in the history
  • Loading branch information
cssprad1 committed Jul 12, 2024
1 parent 182f7a7 commit 9066446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytorch_caney/data/datasets/modis_lc_nine_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ def __len__(self):
def __getitem__(self, idx, transpose=True):

# load image
img = np.random.rand(224, 224, 14)
# img = np.load(self.img_list[idx])
img = np.load(self.img_list[idx])

# load mask
mask = np.load(self.mask_list[idx])
Expand Down

0 comments on commit 9066446

Please sign in to comment.