Res2Net / Res2Net-PretrainedModels

(ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"
https://mmcheng.net/res2net/
1.07k stars 215 forks source link

v1d #39

Closed michaelschleiss closed 4 years ago

michaelschleiss commented 4 years ago

In the original mmdetection repository I am reading something about res2net_v1d (e.g. here). I cannot find any information about a v1d in your repo. Is this just a typo or is it a different version from this repo?

gasvn commented 4 years ago

The res2net_v1d in mmdetection is the res2net_v1b in our repo. The only difference is that we change the name of stem layers to match the config in mmdetection. The weights of res2net_v1d and res2net_v1b is exactly the same. The mmdetection team somehow changed the name.