Custom model with deepstream sdk

Sorry, I explain my process above. Could you check it and help me to resolve it ?

I used same triton server code for preprocessing-

I replaced input dims to 640x480 and output dims to 160x120.

Then used the model straight for 480p only.

config params-
pu-id=0
#net-scale-factor=0.0039215697906911373
#net-scale-factor=1
#0=RGB, 1=BGR
model-color-format=0
onnx-file=centerface/model.onnx
batch-size=1

0=FP32, 1=INT8, 2=FP16 mode

network-mode=0
#num-detected-classes=80
num-detected-classes=1
gie-unique-id=1
network-type=0
output_tensor_meta=0

0=Group Rectangles, 1=DBSCAN, 2=NMS, 3= DBSCAN+NMS Hybrid, 4 = None(No clustering)

cluster-mode=0
#maintain-aspect-ratio=1

Hope this help

You mean the resolution of the video is 40x480 ? right ?

640x480 yes.