szad670401 / advanced-mxnet2caffe

Support most of operator which convert mxnet to caffe.
60 stars 18 forks source link

How to transform retinaface model? #3

Open bleakie opened 5 years ago

bleakie commented 5 years ago

‘If convert a detection model. You need to remove the anchor process and put it into post process.’ How does this step work?

gasgallo commented 5 years ago

Usually it's already outside the model, in that case you don't need to do anything.

If it's included in the model, then you've to trim model architecture and weights related to it.