• Hardware Platform :T4 • DeepStream Version :6.1 • JetPack Version (valid for Jetson only) • TensorRT Version : 8.2.5
I run two stages model with deepstream, second model use primary’s output.
after run two times, wo found the resul in primary are same, but the result in secondary-gie0 are different.
[primary-gie]
enable=1
gpu-id=0
model-engine-file=1trt
labelfile-path=labels.txt
batch-size =1 #Required by the app for OSD, not a plugin property
bbox-border-color0=1;0;0;1
bbox-border-color1=0;1;1;1
bbox-border-color2=0;0;1;1
bbox-border-color3=0;1;0;1
interval=0
gie-unique-id=1
nvbuf-memory-type=2
config-file=config_infer_primary.txt
which deepstream sample are you testing? did you modify the models? what is the whole media pipeline? can you use deesptream native sample to reproduce this issue? deepstream-test2 supports pgie+sgie.
thanks very much, the problem was fixed , the reason :classid is not assigned . it is a random, the box was dropped when the value>num-detected-classes.