LSNet icon indicating copy to clipboard operation
LSNet copied to clipboard

how to download pretrained weights?

Open luohao123 opened this issue 3 years ago • 1 comments

how to download pretrained weights?

luohao123 avatar Sep 10 '21 10:09 luohao123

how to download pretrained weights?

the pretrained weights are nothing but weights trained ImageNet. They are all open source and not hard to access

ResNet50: https://download.pytorch.org/models/resnet50-19c8e357.pth ResNet101: https://download.pytorch.org/models/resnet101-5d3b4d8f.pth ResNeXt101-64x4d: https://open-mmlab.s3.ap-northeast-2.amazonaws.com/pretrain/third_party/resnext101_64x4d-ee2c6f71.pth Res2Net101: https://download.openmmlab.com/pretrain/third_party/res2net101_v1d_26w_4s_mmdetv2-f0a600f9.pth

dongdongyee avatar Dec 16 '21 22:12 dongdongyee