Hi all, someone can help me!
I have custom project flow: video ->Pgie ObjectDetectorYolo → Gstdsexample → Sgie classifier → NvDsInferClassiferParseCustomSoftmax
I have config Gstdsexample and Sgie classifier in deepstream_app_config_yoloV3_tiny.txt like:
[primary-gie]
enable=1
gpu-id=0
model-engine-file=pgie/model_b1_gpu0_fp16.engine
#labelfile-path=pgie/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=2
gie-unique-id=1
nvbuf-memory-type=0
config-file=config_infer_pgie.txt
in Gstdsexample i have save image at gst_dsexample_transform_ip , image output had resize
Every think run oke, But how i can check to now object had resize before put to Sgie? Because when i parse custom classifier output, i saw the data not same when i run model not available deepstream.
Hi,
The desing of dsexample is to have identical width and h eight in sink pad and source pad. It cannot do resizing. For your case, you may need to customize nvinfer. Please check the source code in