openppl-public / ppl.cv

ppl.cv is a high-performance image processing library of openPPL supporting various platforms.
Apache License 2.0
484 stars 108 forks source link

error: no matching function for call to 'ppl::nn::OnnxRuntimeBuilderFactory::Create' #66

Closed Zcc310 closed 2 years ago

Zcc310 commented 2 years ago

编译mmdeploy时报错: /home/zcc/mmdeploy/csrc/net/ppl/ppl_net.cpp:77:89: error: no matching function for call to ‘ppl::nn::OnnxRuntimeBuilderFactory::Create(char*, std::__cxx11::basic_string::size_type, ppl::nn::Engine*, std::vector<ppl::nn::Engine>::size_type)’ onnx.data(), onnx.size(), engines.data(), engines.size()))); ^ ^

ouonline commented 2 years ago

not related with ppl.cv.