luan1412167 edited a comment on issue #15892: retinaface model to onnx
URL: 
https://github.com/apache/incubator-mxnet/issues/15892#issuecomment-542019322
 
 
   @Zheweiqiu, @AaronFan1992 
   
   `sym = '/home/luandd/Downloads/R50-symbol.json'
   params = '/home/luandd/Downloads/R50-0000.params'
   input_shape = (1,3,1920,1080)
   onnx_file = '/home/luandd/CLionProjects/untitled/retinaface.onnx'
   
   converted_model_path = onnx_mxnet.export_model(sym, params, [input_shape], 
np.float32, onnx_file, verbose=False)`
   My code converter is above. What is wrong? Sorry because I'm first time do 
with it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to