Hi, I am trying on Rubik Pi3 with Qualcomm Linux to derive a counter project, however, I need to extract object coordinates from detection for this.
Is it possible to somehow get to the coordinates based on which bounding boxes are then drawn?
I am using this command with custom model and labels:
gst-launch-1.0 qtivcomposer name=mixer ! queue ! waylandsink sync=false fullscreen=true
filesrc location=/etc/media/video.mp4 ! qtdemux ! queue ! h264parse ! v4l2h264dec capture-io-mode=4 output-io-mode=4 !
video/x-raw,format=NV12 ! queue ! tee name=t ! queue ! mixer.
t. ! queue ! qtimlvconverter ! queue ! qtimlsnpe delegate=dsp model=/etc/models/yolov8s_quantized.dlc layers=“</model.22/Mul_2, /model.22/Sigmoid>” ! queue !
qtimlvdetection threshold=51.0 results=10 module= yolov8 labels=/etc/labels/yolov8.labels !
video/x-raw,width=640,height=360 ! queue ! mixer.