fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

How to use pretrained weights which is in .pkl format #1382

Closed kmanojkkmr closed 4 years ago

kmanojkkmr commented 4 years ago

Hello Team,

I have downloaded weights from the below link and it's in .pkl format. Could you please help me how to use it.

https://dl.fbaipublicfiles.com/detectron/ImageNetPretrained/25093814/X-152-32x8d-IN5k.pkl

I am using CPU system.

hgaiser commented 4 years ago

It is likely in a pytorch or caffe2 format, so it is not easily ported to keras.