Please provide complete information as applicable to your setup.
• Hardware Platform GPU 2080ti
• DeepStream Version 6.1
• Issue Type questions
Hi, I’m trying to draw lines and circles at the same time usingnvosd
. The codes can be found here.
After some work, I found that one can draw circles alone but can’t if lines added to displaymeta. I check the source codes provided in docker gst-nvdsosd
, and add some output in the codes. It turns out that the circle params list has been added to batch meta successfully. However for some reasons, it can’t be shown correctly.
I also check the official pose estimation repo. Seems no differences between the way python do.
Any help?