grigorisg9gr / polynomial_nets

Official Implementation of the CVPR'20 paper 'Π-nets: Deep Polynomial Neural Networks' and its T-PAMI-21 extension.
Other
163 stars 30 forks source link

Exporting Prodpoly to Onnx #14

Open serengil opened 6 months ago

serengil commented 6 months ago

I have found pre-trained mxnet model in this repo with .json and .params files.

I plan to consume prodpoly model for face recognition via opencv, and it has binding for onnx instead of mxnet. Do you mind to export mxnet model to onnx?

I tried this but failed because I have no experience on mxnet.