-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
retina-R50 model to onnx #858
Comments
Please tell me can you result this problem? |
I get a error :No conversion function registered for op type SoftmaxActivation yet |
@17702513221 apache/mxnet#15892. cholihao/Retinaface-caffe#4, check these two out for reference. |
@17702513221 do you resolve it? |
I was trying to convert the model to onnx. Firstly I also encountered this problem but revising the json file by changing |
@HoiM I meet the same problem, did you have solved it? |
Likewise. Same problem is still there even though it was taken up few months back and a PR was added as well. |
how to test recognition of onnx file model?? |
Hi,
I tried to convert retina-R50 model to onnx following http://mxnet.incubator.apache.org/versions/master/tutorials/onnx/export_mxnet_to_onnx.html instruction. But I got an error. I also tried insightface model and everything just worked. Do you have any idea how that happens?
Any help will be appreciate!
The text was updated successfully, but these errors were encountered: