OSD Plugin does not display the label of the objects

Question in DeepStream 6.0.1

I run deepstream-test5-app with the following configuration file. It looks normal, but the target box does not display labels. What is the reason?

The configure file is :

...
[osd]
enable=1
gpu-id=0

display-text=1
display-bbox=1
display-mask=0

border-width=2
text-size=15
text-color=1;1;1;1;
text-bg-color=0.3;0.3;0.3;1
font=Serif
show-clock=1
clock-x-offset=800
clock-y-offset=820
clock-text-size=12
clock-color=1;0;0;0
nvbuf-memory-type=0

[streammux]
gpu-id=0
live-source=0
batch-size=1
batched-push-timeout=40000
width=1920
height=1080
enable-padding=0
nvbuf-memory-type=0

[primary-gie]
enable=1
gpu-id=0
config-file=config_infer_primary_nano.txt
#model-engine-file=resnet10.caffemodel_b1_gpu0_fp16.engine
batch-size=1

bbox-border-color0=1;0;0;1
bbox-border-color1=0;1;1;1
#bbox-border-color2=0;0;1;1
bbox-border-color2=1;1;0;1
bbox-border-color3=0;1;0;1
labelfile-path=labels.txt
interval=1
gie-unique-id=1
nvbuf-memory-type=0
...

It is controlled by parameter “display-text” in osd part, you can check if it is set to 0 by other parameters(tiledtext)

It’s ok. Use deepstream-app to display text normally!

It’s ok. Thanks a lot!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.