Fixed typos in kitti argmentation

This commit is contained in:
cxy1997 2020-05-20 10:16:26 -04:00
parent 559176d42b
commit 13aa36344e

View File

@ -221,7 +221,7 @@ class KITTI(FlowDataset):
self.do_pad = do_pad self.do_pad = do_pad
if self.do_augument: if self.do_augument:
self.augumentor = FlowAugumentorKITTI(self.image_size, args.eraser_aug, min_scale=-0.2, max_scale=0.5) self.augumentor = FlowAugmentorKITTI(self.image_size, min_scale=-0.2, max_scale=0.5)
if self.is_test: if self.is_test:
images1 = sorted(glob(os.path.join(root, 'testing', 'image_2/*_10.png'))) images1 = sorted(glob(os.path.join(root, 'testing', 'image_2/*_10.png')))