mmdeploy inference code for mmediting #1462
LinhanXu3928
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This is the C++ API for mmediting super-resolution model inference: https://github.com/open-mmlab/mmdeploy/blob/master/csrc/mmdeploy/apis/cxx/mmdeploy/restorer.hpp You can also read its demo code for the specific usage: https://github.com/open-mmlab/mmdeploy/blob/master/demo/csrc/cpp/restorer.cxx |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At present, there is no c++ inference code for the deployed mmediting model, there is a problem with the code I parodied mmdetection
,I hope someone can give me a correct code, just the core part of inference, thank you,below is my wrong code
`
Beta Was this translation helpful? Give feedback.
All reactions