ljjaccelerate
ljjaccelerate
> > 根据我的之前写openvino的经验,不难的,自己把onnx转下,写个demo应该很简单的 > > 好的,谢谢大佬 改出来了吗,我也想要一份
> > When I was compiling, I also encountered the same error, did you solve this problem? > > I have solved this problem by using onnxruntime version 1.8.1 and...
> When you change widestr to model_path,and then delete `std::wstring widestr = std::wstring(model_path.begin(), model_path.end());,finally you` can compile it I modify my code like this string model_path = config.modelpath; //std::wstring widestr...
> YOLOV7_face::YOLOV7_face(Net_config config) { this->confThreshold = config.confThreshold; this->nmsThreshold = config.nmsThreshold; > > ``` > string model_path = config.modelpath; > // std::wstring widestr = std::wstring(model_path.begin(), model_path.end()); > //OrtStatus* status = OrtSessionOptionsAppendExecutionProvider_CUDA(sessionOptions,...