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