deep-residual-networks icon indicating copy to clipboard operation
deep-residual-networks copied to clipboard

Are there Caffe pretrained models of ResNet-18 and ResNet-34?

Open ghost opened this issue 8 years ago • 6 comments

Hi @KaimingHe, hi guys

I am using Resnet for object detection. However, I need smaller Caffe pretrained models such as resnet-18 and resnet-34 due to the limit of my GPU card.

I see there are Torch pretrained models at https://github.com/facebook/fb.resnet.torch. However, I'm using Caffe. Please help.

Caffe prototxts are also needed.

Thanks,

ghost avatar Jul 29 '16 06:07 ghost

@caocuong0306, I have open-sourced a tool to generate residual networks and object detection caffe networks here: https://github.com/jay-mahadeokar/pynetbuilder.
Example: resnet training on imagenet , object detection using resnet + ssd

Could it be helpful? -Jay

jay-mahadeokar avatar Aug 08 '16 18:08 jay-mahadeokar

Thank you. I definitely take a look at your tool. But it seems we need pre-trained ".caffemodel" models of resnet-18 and resnet-34 rather than just .prototxt files.

Tks,

ghost avatar Aug 09 '16 05:08 ghost

Hi ghost, Have you found the resnet-18 pre-trained model?

KevinYuk avatar Apr 20 '17 00:04 KevinYuk

I notice that there are bias terms both in Convolution and Scale layers. Is that redudent? e.g. this block. @jay-mahadeokar

nnop avatar Sep 11 '17 17:09 nnop

@KevinYuk Did you get Resent-18 model for Caffe?

prashant-puri avatar Apr 21 '18 10:04 prashant-puri

@nnop @prashant-puri Here is my pre-trained ResNet-18. I hope it may help you to further implement object detections.

HolmesShuan avatar Aug 16 '18 13:08 HolmesShuan