Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Error] The library is compiled without DNN support #894

Open
Hardikzinzala opened this issue Nov 17, 2023 · 4 comments
Open

[Error] The library is compiled without DNN support #894

Hardikzinzala opened this issue Nov 17, 2023 · 4 comments
Assignees

Comments

@Hardikzinzala
Copy link

Describe the bug
OpenCV: The library is compiled without DNN support. To use this module, please switch to the full Emgu CV runtime

** OS / Platform **
Android / Ios / Windows

** .Net version **
.Net Maui (Version - 7)

CPU Architecture
Any CPU

** Emgu CV package used**

To Reproduce

var net = Emgu.CV.Dnn.DnnInvoke.ReadNetFromDarknet("yolov3.cfg", "yolov3.weights");

When I Execute this line that give me this Error
"OpenCV: The library is compiled without DNN support. To use this module, please switch to the full Emgu CV runtime."

@Hardikzinzala Hardikzinzala changed the title [BUG] [Error] The library is compiled without DNN support Nov 17, 2023
@emgucv
Copy link
Owner

emgucv commented Nov 18, 2023

Aru you using the Emgu.CV.runetime.maui.mini nuget package from nuget.org?

The mini maui runtime is not compiled with DNN module.

The full Emgu.CV.runtime.maui package from the commercial nuget repository is.

@Hardikzinzala
Copy link
Author

i don't found any package so you give me any one package link

@emgucv
Copy link
Owner

emgucv commented Nov 18, 2023

For commercial licenses, please follow this instruction to use the commercial nuget repository:
https://www.emgu.com/wiki/index.php/Download_And_Installation#Commercial_Release
Once that is done, you can install the Emgu.CV.runtime.maui nuget packaget with DNN support.

The open source maui mini runtime from nuget.org does not have DNN module enabled:
https://www.nuget.org/packages/Emgu.CV.runtime.maui.mini

@Hardikzinzala
Copy link
Author

please give the direct plugins download or use link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants