dvlab-research/PFENet

Can not download pretrained model

Closed this issue · 5 comments

用迅雷下

@jingliang95 I can access this link and perhaps you should use a proxy/better downloader as suggested by @SmalWhite to use OneDrive for faster downloading speed.

@jingliang95 If you have further questions please let me know. Thank you.

@achenzx

  1. The released resnet50_v2 model is trained from scratch by yourself with dilation conv (dilation rate=2,4 for layer3 and layer4) and the first 7x7 conv in vanilla resnet50 is replaced with 3 3x3 conv ?
  2. The repo supperts the training of PFENet on COCO dataset ?
  3. This line is redundant ?

@qiulesun Hi,

  1. The ResNet we directly use the ones provided by PSPNet Pytorch (https://github.com/hszhao/semseg). They are trained from scratch on imagenet.

  2. This repo supports COCO training, but it takes a much longer time to train.

  3. Yes, there are some redundant lines. Sorry for the inconvenience.