1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

moved to engine_opencv

This commit is contained in:
Abhishek Gola
2026-07-21 14:47:20 +05:30
parent c2e0e4edb9
commit 57bcf14e78
41 changed files with 119 additions and 130 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ int main(int argc, char **argv)
cout<<"Model loading..."<<endl;
EngineType engine = ENGINE_NEW;
EngineType engine = ENGINE_OPENCV;
Net net = readNetFromONNX(modelPath, engine);
net.setPreferableBackend(getBackendID(backend));