Open qAp opened 2 years ago
End-to-end fine-tuning: We cascaded the pre-trained models for the DN and WTN and fine-tuned the complete model for 20 epochs using the RGB image and semantic segmentation output of PSPNet as input, and the ground truth distance transforms as the training target. We use a batch size of 3, constant learning rate of 5e-6, and a L2 weight penalty of 1e-6.
Loading pretrained DN and WTN before training, WN's metric and loss are improved.
semseg[..., [0]] + semseg[..., [1]]
.
End-to-end = DN + WTN
https://github.com/min2209/dwt/tree/master/E2E