I try to deploy multiples detector models on Deepstream. e. g. Detector1–Detector2… I want all the detectors work on the full image frame instead of the upstream outputs. Where should I modify?
I am using TX2 with Deepstream 5. Here are the config.txt:
[application]
enable-perf-measurement=1
perf-measurement-interval-sec=5
#gie-kitti-output-dir=streamscl
[primary-gie]
enable=1
batch-size=6 #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 #Required by the app for SGIE, when used along with config-file property
gie-unique-id=1
#config-file=pgie_ssd_tlt_config.txt
config-file= pgie.txt
The first detector works on the full frame. Now I want the second detector to work on the full frame, too. So should I just modify the process-mode value in nvinfer config?