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.
-
I want batch inference,use this function . it not work, Can anyone give me some examples?
![7b866dc0e97f2df706c497792ba914a](https://private-user-images.githubusercontent.com/48819558/250484514-351e88b4-e141-4a6a-9d01-ece192f6c172.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODcwMjcsIm5iZiI6MTczOTQ4NjcyNywicGF0aCI6Ii80ODgxOTU1OC8yNTA0ODQ1MTQtMzUxZTg4YjQtZTE0MS00YTZhLTlkMDEtZWNlMTkyZjZjMTcyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIyNDUyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZhZjZjOTAwMjY5YjgwZDc0YzY4MzhmYzJmMjU2OTRkYTk5NTdhMjAxYzBlMzM5YTU2NjhlYTdlYjEwM2FkMjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6A3JAuHyRcAAPQ2_MKuiy7e6ZzpwLgw5fPfXQPtlbnU)
i dont know how to use, i use it like this
it output error,
Beta Was this translation helpful? Give feedback.
All reactions