markusbr
markusbr
You will find several ways for how to use gstreamer to create a "video wall".
Just follow "./build_and_run.sh INPUT_VIDEO [MODEL]". Can you try like this, please (without `-i`, without `-m`)? `$ ./build_and_run.sh /home/test/kiwi/test_1080p_15.mp4 /home/test/kiwi/yolov5s_openvino_model/yolov5s.xml` (-i and -m get added in the script)
Does it work with another model, like the default model `face-detection-adas-0001` from the build-script, "https://github.com/dlstreamer/dlstreamer/blob/master/samples/ffmpeg_openvino/cpp/decode_resize_inference/build_and_run.sh#L9C33-L9C57"?
Hmm, this looks bad... The code at this assertion is this, see here: "https://github.com/dlstreamer/dlstreamer/blame/master/src/vaapi/vaapi_batch_proc/vaapi_batch_proc.cpp#L65" // This code path is work in progress and not active in DLStreamer architecture 1.0 assert(false);...
At least the assertion mentioned above is still in place: > The code at this assertion is this, see here: "https://github.com/dlstreamer/dlstreamer/blame/master/src/vaapi/vaapi_batch_proc/vaapi_batch_proc.cpp#L65" > > // This code path is work in...
There seems something going wrong while cmake and make. Instead of using the build script can you call cmake and make manually (like from within the script) (after clearing the...
From your initial description you are in the folder "~/kiwi/dlstreamer/samples/ffmpeg_openvino/cpp/decode_inference", then calling the build script. Let's see to start calling the steps in the script manually, like: (calling each command...
You probably need one (or all?) of these: `sudo apt-get install libavutil-dev libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavresample-dev libswscale-dev libswresample-dev libpostproc-dev` Start with: `sudo apt-get install libavcodec-dev`
Can you show the values of the used ENV variables, please? Looks like the variable `OBJECT_CLASSIFICATION_MODEL_PROC` doesn't contain the path to the Model-Processing JSON file but the path of the...
hmm, good question... still searching... I don't see it inside the container either. Googling I found something under "https://github.com/dlstreamer/pipeline-zoo-models/blob/main/storage/efficientnet-b0_INT8/efficientnet-b0.json", but not sure it is still correct...