I ran the deepstream-ssd-parser with KLT tracker of deepstream-nvanalytics. According to my knowledge, the NvDsObjectMeta includes class_id, objec_id, bounding_box,… Can I add a new element to NvDsObjectMeta?. Specifically, I wanna add midpoint of object in order to display it with nvosd.
Could you guys give me some comments or advice about that? Thanks in advanced.
Yeah exactly. My question now is how to change or custom the NvDsObjectMeta in python ? Is it possible ? I also wanna draw a circle at the midpoint, how can I do it ?