see-- / keras-centernet

A Keras implementation of CenterNet with pre-trained model (unofficial)
MIT License
337 stars 84 forks source link

about weight transplantation #15

Closed livecle closed 4 years ago

livecle commented 4 years ago

When I try to convert my model weights from PyTorch to Keras, I find the layer names are different. How do I match these weights? Could you please give me some hints?