SimonVandenhende / Multi-Task-Learning-PyTorch

PyTorch implementation of multi-task learning architectures, incl. MTI-Net (ECCV2020).
Other
752 stars 114 forks source link

MTI-Net + Resnet FPN backbone #14

Open TianhaoFu opened 3 years ago

TianhaoFu commented 3 years ago

Hi, Thanks for your code!

Could you provide your code of MTI-Net with Resnet FPN backbone in you paper? BTW, did you use pretrained weight in your of resnet18-fpn? If used, where could i find that weight files?

Thanks!