markusbr

Results 402 comments of markusbr

Now I tried it under MS-Win10 in a Python virt-env using thhe Jupyter notebook as well. I got a `cv2.error: Unknown C++ exception` with the instruction `net.setInput(inpBlob)`. Via Google search...

Can you provide more information, please? Which sample/demo/code have you noticed the mentioned "cv2.error"? What were you running, how have you used it, which command line, which input, which model...

Which application do you mean? You have stalled OpenCV in version "4.7.0" and running under Microsoft Windows? How have you installed OpenCV - have you built it from source-code or...

Are you facing specific issues? With the scripts based on Linux, having the dependencies installed - then the build should be straight forward. You might want to use a Docker...

Would it help to have a closer look into the v1.4 's release and check its dependencies (e.g. in terms of dynamic libraries, referenced paths, etc.) - sorry, I'm not...

Can you provide a little bit more information and context, please?

The last DL-Streamer's release "Release 2023.0" says it was built with > the 2023.0.0 version of the OpenVINO™ Toolkit (from "https://github.com/dlstreamer/dlstreamer/releases/tag/2023.0-release") There were no updates to DL-Streamer since then... If...

The two color formats NV12 and I420 were removed from OpenVINO in this PullRequest: "https://github.com/openvinotoolkit/openvino/pull/17919", it is quite a big change in OpenVINO. Do you really need the latest version...

Does your use-case require NV12 and/or I420 color formats, e.g. doing GPU-accelerated video-decoding (normally the Intel-GPU-video-codecs use NV12)? Or do you use picture inputs (which often are variants of RGB...

The DL-Streamer dev-team has already started to port to API2.0 with a new architecture (it was mentioned in another issue). That's why I thought there is already something available in...