Closed tim120526 closed 5 years ago
I just use Deeplab-LargeFOV with ResNet-101. You can also use deeplabv2 with ASPP and let others know what you use. I empirically found Deeplabv2 with ASPP is not that helpful as the version I used.
Get it. Thanks for your advice.
I just use Deeplab-LargeFOV with ResNet-101. You can also use deeplabv2 with ASPP and let others know what you use. I empirically found Deeplabv2 with ASPP is not that helpful as the version I used.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hi! @Andrew-Qibin , Thanks for sharing your code! I appreciate the Erase method! I see you use Deeplab for segmentation task in paper. I am a bit confused, are you use deeplabv2_ASPP to implement segmentation task based on vgg16 and resnet101 backbone, i see your paper cite deeplabv2 paper but use Deeplab-LargeFOV. emm.. maybe you use Deeplab-LargeFOV based on vgg16 and use deeplabv2_ASPP based on resnet101? I am confused. Can u give me some ides? Thank you very much!