biubug6 / Pytorch_Retinaface

Retinaface get 80.99% in widerface hard val using mobilenet0.25.
MIT License
2.63k stars 774 forks source link

pytorch to onnx to mxnet #176

Open Joe2loft opened 3 years ago

Joe2loft commented 3 years ago

我在将retinaface 转onnx 转 mxnet 的过程中,发现 ONNX会将 F.interpolate (mode='nearest')转成 resize op,但是mxnet 又不支持resize op,不知道有没有同学遇到过这个问题?