Skip to content
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

How does C++ call the mxnet fasterrcnn model for detection? #117

Open
gulingfengze opened this issue Aug 28, 2018 · 1 comment
Open

How does C++ call the mxnet fasterrcnn model for detection? #117

gulingfengze opened this issue Aug 28, 2018 · 1 comment

Comments

@gulingfengze
Copy link

I want to use C++ to invoke the trained model for detection, but there is an error in initialization during detection. Referring to the way the SSD calls the model in C++, the model requires a deploy conversion. So does the faster RCNN model need to be transformed as well? How do you convert?

Hope for help!

@ijkguo
Copy link
Owner

ijkguo commented Aug 28, 2018

Not all steps for inference are written with mxnet native operators. Gluon-CV model is actually written with only native operators so exporting symbol is possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants