nianticlabs / monodepth2

[ICCV 2019] Monocular depth estimation from a single image
Other
4.05k stars 949 forks source link

Update mono_dataset.py, fix 'tuple' not callable #467

Closed XinweiJu closed 3 months ago

XinweiJu commented 1 year ago

transforms.ColorJitter.get_params returns a tuple which is not callable. Directly use color_aug = transforms.ColorJitter

XinweiJu commented 1 year ago

with python version 3.7.2