semantic-segmentation-pytorch icon indicating copy to clipboard operation
semantic-segmentation-pytorch copied to clipboard

Ask for the ImageNet pretrained ResNet-152 or ResNext-101/ResNext-152

Open PkuRainBow opened this issue 6 years ago • 1 comments

@hangzhaomit Really great work!

We find that the provided pretrained models all replace the 7x7 convolutions with three 3x3 convolutions and achieve really good performance.

I just have tried to use other ImageNet pretrained models(https://github.com/Cadene/pretrained-models.pytorch) and most of these models fail to achieve comparable performance with the provided ResNet-101 on the semantic segmentation tasks.

Thus, I am wondering whether could you share with us such modified pretrained models of ResNet-152, ResNext-101 or ResNext-152 over the link http://sceneparsing.csail.mit.edu/model/pretrained_resnet/

PkuRainBow avatar Feb 13 '19 16:02 PkuRainBow

@hangzhaomit Really great work!

We find that the provided pretrained models all replace the 7x7 convolutions with three 3x3 convolutions and achieve really good performance.

I just have tried to use other ImageNet pretrained models(https://github.com/Cadene/pretrained-models.pytorch) and most of these models fail to achieve comparable performance with the provided ResNext-101 on the semantic segmentation tasks.

Thus, I am wondering whether could you share with us such modified pretrained models of ResNet-152, ResNext-101 or ResNext-152 over the link http://sceneparsing.csail.mit.edu/model/pretrained_resnet/

Hi, have you got the pretrained model of ResNext-152?

zhangxinyu-xyz avatar May 04 '21 00:05 zhangxinyu-xyz