How can I create a caption near the bounding box during inference?
I know where are the parameters that adjust the color of the bounding box, but I don’t know if there is a parameter for the caption.
May I know which network are you running?
Yes, sure
I am running detectnet_v2
As of now, detectnet_v2 inference does not support drawing caption directly on the inferenced images. You can run “tao detectnet_v2 inference” to get the inferenced images/labels and then leverage the label to draw caption.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.