Hello! I am trying to use the onnxinference plugin. I managed to build the plugin but when i use the sample pipeline from the gstreamer documentation :
It runs, but i only get the image, without the bounding boxes on the detected object. With debug enabled i saw a warning that might be of use but i dont know how to solve it: 0:00:05.638282612 3839 0x6168776cc000 WARN ssdobjectdetector gstssdobjectdetector.c:559:gst_ssd_object_detector_process: missing tensor meta
Can someone help me solve this issue?
I mention that i have tried the modify_onnx_metadata.py script from the gitlab.collabora.com repository and still the same outcome: the image without any object detection bounding boxes
Hello, I am having the same issue, but on 1.24. I have verified that the onnxinference is not giving an error, I see the “Num tensors: 4” trace print so that inference looks ok. I was also seeking some more info about the script and the output names, because in the header file on gstssdobjectdetection, you need to make outputs match with group-id, but but it’s not obvious what string or part to use there.
Then it will work and you should see log output of the detections. For the visualisation, you need to add the objectdetectionoverlay as suggested by dmorin.