Julien

Results 98 comments of Julien

> edit: fixed by updating httpx library Interesting! What was the version before and the one after?

Cool! May I ask how inference speed compares to UNet?

Spent a couple hours after I had updated my toolchain to Openvino 2024.3. I too have a: `OpenCV(4.10.0-dev) D:\Dev\opencv\modules\dnn\src\ie_ngraph.cpp:558: error: (-215:Assertion failed) blobIt != allBlobs.end() in function 'cv::dnn::InfEngineNgraphNet::forward'` Is there...

@asmorkalov shall this bug be transferred to https://github.com/openvinotoolkit/openvino repository?

> @dkurt From debugging I noticed that the problem seems to be related to the output layer names. From openvino > 2024.0, the output layer names end with "_1", "_2"...

Shall we try something like this but cutting '_' instead? https://github.com/opencv/opencv/blob/40428d919dedc079c779eea4962a010a8e56b317/modules/dnn/src/net_openvino.cpp#L740-L749

@dkurt Have you identified what the fix should be? Can we help?

@dkurt I get an error when compiling in debug mode `1>D:\Dev\opencv\modules\dnn\src\ie_ngraph.cpp(166,13): error C2143: syntax error: missing ';' before 'for'` https://github.com/opencv/opencv/blob/8791cd147cb03dd0653e7457ed97fce95e9d4e2d/modules/dnn/src/ie_ngraph.cpp#L166

Thanks. I'm curious: how was this passing the tests? Thanks to the macro following the missing `;`?

I confirm the problem is gone, tested with OpenVino 2024.3, ~~has anyone tested 2024.4.1?~~ and with 2024.4.1!