chenxi116 / DeepLabv3.pytorch

PyTorch implementation of DeepLabv3
Other
254 stars 47 forks source link

ResNet50-backbone? #11

Closed SeokjuLee closed 4 years ago

SeokjuLee commented 4 years ago

Thanks for the code! Is the resnet50-backbone also possible to be chosen for training the DeepLabv3? I'm gonna train it from scratch.

chenxi116 commented 4 years ago

I definitely think it's possible code-wise. Though I don't think the original DeepLab authors ever reported this experiment. I don't think I have tried it myself, either.

SeokjuLee commented 4 years ago

Okay, I got it. Thanks.