**• Hardware Platform (Jetson / GPU)**jetson • DeepStream Version 6.1
I want to remove the label name and id printed on top of the box in the deep stream-generated video. How can I do modifications to that? I am using python for DS. I just want to keep the box.
You may set option “display-text” from nvdsosd to 0 to disable the label display, description can be found Gst-nvdsosd — DeepStream 6.2 Release documentation.
Or example setting by code here: deepstream-6.1/sources/apps/sample_apps/deepstream-test3/deepstream_test3_app.c