• Hardware Platform (Jetson / GPU)
xavier • DeepStream Version
6.0 • JetPack Version (valid for Jetson only)
4.6 • TensorRT Version
TRT 8.0.1 • NVIDIA GPU Driver Version (valid for GPU only)
10.2
The post processing in the github is for model output dimension format in CHW, but the model you provided is in HWC format. you need to change the post processing accordingly.
I see some detection on person for resnet model. But not accurate.
Densenet has no detection. I’ll upload detection tomorrow.
Current application works only for h264 video, not for other format.
So I update application to work for any videos format and test to see it really works or not.
I have only one h264 video, so it works or doesn’t work, still don’t know.