markusbr
markusbr
Can you try using an absolute path for "yolo5n.onnx"? Are you sure it is in the "current working directory CWD"?
Can you provide the callstack of the exception, please? What is the console-output? Which "getting started with cuda" do you mean, can you provide a link, please?
Which command-line have you called, of which application/example?
Can you show the full command-line, paths, parameters, please? Are you calling "python3 inference.py"... without parameters...?
Can you provide more details about your environment, please? Which OperatingSystem in which version? Which GPU-driver was installed? Which version of gstreamer and libva and intel-media-driver have you installed? Have...
Do you use X11-screen-forwarding via your SSH-connection (e.g. using Putty or MobaXTerm)? `DISPLAY` env variable set (e.g. `export DISPLAY=:0` and `xhost +`)?
Do you have a monitor connected at all? If yes, one or multiple? You might need to adapt the DISPLAY variable accordingly (like `export DISPLAY=:2`). Putty or MobaXTerm might have...
Would it be possible for you to use "https://github.com/dlstreamer/dlstreamer/releases" (pre-built, or built from source), v1.6, "[Release 2022.1](https://github.com/dlstreamer/dlstreamer/releases/tag/v1.6)" together with your self-built OpenVINO?
The "latest" OpenVINO is still close to and still very similar to the latest published version "2022.1". If you use the latest OpenVINO then the latest public version of DL-Streamer...
When you use your environment "natively" (not within e.g. a Docker container), then use Option #3, like this: https://dlstreamer.github.io/get_started/install/install_guide_ubuntu.html#id3 But instead of installing a pre-built OpenVINO, you build (`make`) and...