Update outdated code
Compare changes
- Larry Zheng authored
+ 30
− 1
@@ -50,7 +50,36 @@ class OSCDDataset(CDDataset):
@@ -50,7 +50,36 @@ class OSCDDataset(CDDataset):
t1_list = [[join(image_dir, city, 'imgs_1_rect', band+'.tif') for band in self.__BAND_NAMES] for city in cities]
t2_list = [[join(image_dir, city, 'imgs_2_rect', band+'.tif') for band in self.__BAND_NAMES] for city in cities]
@@ -67,4 +96,4 @@ class OSCDDataset(CDDataset):
@@ -67,4 +96,4 @@ class OSCDDataset(CDDataset):
\ No newline at end of file