Replies: 4 comments 3 replies
-
HI @pd2871 , which mmdeploy version are you using? We change There are some dlls that What needs to be specified is that if you use onnxruntime, there exists two onnxruntime.dll in the system dir that may be loaded first . I have no clue what these dlls are used for. To make mmdeploy run with onnxruntime, we need to hide these two dlls. One way is to change names of there two dlls (better than delete for it can be restored). As the executable will first try to find dependencies from its own path, another way is to copy the right onnxruntime related dlls to the executable dir.
|
Beta Was this translation helpful? Give feedback.
-
@irexyc Thanks for your suggestions, I will apply it and get back to you |
Beta Was this translation helpful? Give feedback.
-
@pd2871 From the picture you paste, the You could have a look as mmdeploy\build\bin\Release, if there are multi dlls like |
Beta Was this translation helpful? Give feedback.
-
Hi @irexyc , this tool that you have shared was very helpful, I figured out ONNX and OpenCV build failed as in the image above, I replaced the old |
Beta Was this translation helpful? Give feedback.
-
@irexyc , thanks for your help in my last question.
After building and installing the csharp
demo.sln
, when I tried to runimage_segmentation
, it throwed the errorSystem.DllNotFoundException: 'Unable to load DLL 'mmdeploy' or one of its dependencies: The specified module could not be found. (0x8007007E)'
, I build everything and all went fine without any error, What can be possible error for this? ThanksBeta Was this translation helpful? Give feedback.
All reactions