Multi-Task-Learning-PyTorch icon indicating copy to clipboard operation
Multi-Task-Learning-PyTorch copied to clipboard

PADNet loss scheme interpolation

Open NareshGuru77 opened this issue 4 years ago • 0 comments

PADNet paper mentions that the intermediate loss functions L1 to L4 are done by re-scaling the ground truth map to 1/4 resolution in page 3.

However, the implementation of the PADNet loss scheme upsamples the initial predictions to the img size before applying the loss. This seems to be in contrast to what the paper reports.

NareshGuru77 avatar Jun 29 '21 13:06 NareshGuru77