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

Can res2net have a basic block structure? #60

Closed ghost closed 2 years ago

ghost commented 3 years ago

Thank you for your excellent work ,can res2net have a basic block structure?

gasvn commented 3 years ago

The basic block of res2net is in the Bottle2neck block of code https://github.com/Res2Net/Res2Net-PretrainedModels/blob/master/res2net_v1b.py

ghost commented 3 years ago

1 I mean can it have such this structure? As shown the figure

gasvn commented 3 years ago

image For more detailed structure, you can generate by yourself.

ghost commented 3 years ago

thank you

Yhj252525564 commented 2 years ago

The code is all pre-trained models. Is there any initial code?

gasvn commented 2 years ago

The code is all pre-trained models. Is there any initial code?

You can reproduce our results with https://github.com/Res2Net/Res2Net-ImageNet-Training