Replies: 4 comments 3 replies
-
It's a implementation of std::span, the usage should be same, you can refer to https://en.cppreference.com/w/cpp/container/span |
Beta Was this translation helpful? Give feedback.
-
There is no convertion of cv::Mat* to mmdeploy::cxx::Mat*, but has a implicit convertion of cv::Mat to mmdeploy::cxx::Mat You can use this way:
|
Beta Was this translation helpful? Give feedback.
-
span is used to describe a continuous memory sequence mmdeploy::PoseTracker::State state1 = tracker.CreateState(params); |
Beta Was this translation helpful? Give feedback.
-
my bad, try this:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want batch inference,use this function . it not work, Can anyone give me some examples?

i dont know how to use, i use it like this
it output error,
Beta Was this translation helpful? Give feedback.
All reactions