luan1412167 commented 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'
   # Standard Imagenet input - 3 channels, 224*224
   input_shape = (1,3,1920,1080)
   # Path of the output file
   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:
[email protected]


With regards,
Apache Git Services

Reply via email to