Megvii-BaseDetection / cvpods

All-in-one Toolbox for Computer Vision Research.
https://cvpods.readthedocs.io
Apache License 2.0
644 stars 80 forks source link

cvpods/ImageNetPretrained/torchvision/resnet18.pth #90

Open alpc111 opened 2 years ago

alpc111 commented 2 years ago

where can i download the pretrained models?

FateScript commented 2 years ago

You could download such file from torchvision.

alpc111 commented 2 years ago

when i use the model from torchvision i find the name of parameters are different like this 2022-05-23 05:25:14 | INFO | cvpods.checkpoint.checkpoint:239 - Some model parameters are not in the checkpoint: backbone.stem.conv1.weight backbone.stem.conv1.norm.{weight, bias, running_mean, running_var} backbone.res2.0.shortcut.weight backbone.res2.0.shortcut.norm.{weight, bias, running_mean, running_var} backbone.res2.0.conv1.weight ......... 2022-05-23 05:25:14 | INFO | cvpods.checkpoint.checkpoint:243 - The checkpoint contains parameters not used by the model: conv1.weight bn1.{running_mean, running_var, weight, bias} layer1.0.conv1.weight layer1.0.bn1.{running_mean, running_var, weight, bias} layer1.0.conv2.weight layer1.0.bn2.{running_mean, running_var, weight, bias} layer1.0.conv3.weight layer1.0.bn3.{running_mean, running_var, weight, bias}

FateScript commented 2 years ago

Ok, it seems that it's a inner vision pth file. I will upload it later. Plz remind me if neccessry.

alpc111 commented 2 years ago

Ok, it seems that it's a inner vision pth file. I will upload it later. Plz remind me if neccessry.

fine, thank you

alpc111 commented 2 years ago

Ok, it seems that it's a inner vision pth file. I will upload it later. Plz remind me if neccessry.

so, have you uploaded the pretrain models?

FateScript commented 2 years ago

@alpc111 You could download resnet18 from here

alpc111 commented 2 years ago

@alpc111 You could download resnet18 from here

sry, which really I need is resnet50. can you upload one?

FateScript commented 2 years ago

resnet50.pth @alpc111