Clarification regarding the semi supervised segmentation task
Closed this issue · 3 comments
testingshanu commented
-
Which experiment id is suitable to train the semantic segmentation network using all the labels from cityscape ? (while using the monodepth pretrained model)
-
Is "leftImg8bit_sequence_small" data required while running only the semi supervised segmentation experiments ?
lhoyer commented
- You can achieve that by enabling 2975 samples and disabling 372 samples in the subsets function in experiments.py. Further, you should comment our "(f'sel_{pres_method}_pad_transfer_dcompgt{dc_m}{dc_ft}', True, "depthcomp", False, True, True)" in experiments.py. After that, you can run
python run_experiments.py --machine ws --exp 212
. If you run into memory issues, please consider issue #4. - Yes, the sequences are also required for the fully supervised case due to the MTL with self-supervised depth.
testingshanu commented
Thank you for the reply.
What does MTL indicate ?
lhoyer commented
MTL=Multi-Task Learning