lhoyer / improving_segmentation_with_selfsupervised_depth

[CVPR21] Implementation of our work "Three Ways to Improve Semantic Segmentation with Self-Supervised Depth Estimation"
244 stars 30 forks source link

TypeError: 'tuple' object is not callable #6

Closed 836469383 closed 3 years ago

836469383 commented 3 years ago

sorry to bother u, but I got the error when I run the code python train.py --machine ws --config configs/cityscapes_monodepth_highres_dec5_crop.yml and I guess 'color_aug' in 'sequence_segmentation_loader.py' is an object but I got image, any idea will be grateful.

836469383 commented 3 years ago

I solved the problem by removing the get_params of line 298