Please follow the installation instructions in mmsegmentation.
Please follow the guidelines in mmsegmentation to prepare ADE20K for Semantic Segmentation and NYU-Depth V2 for Depth Estimation.
-
Run the training script as follows to modify the pretrained checkpoint format:
bash prepare_ckpt.sh
-
Specify the config file from
configs
inrun.sh
. -
Simply run the training script as follows:
bash run.sh
This part is heavily build upon mmsegmentation and Monocular-Depth-Estimation-Toolbox. We gratefully thank the authors for their wonderful works.