I am testing deepstream_pose_estimation.
With provided onnx file, I see some detection.
But when I use the following two models, detection just show small white circles only, no green lines.
resnet18_baseline_att_224x224_A
densenet121_baseline_att_256x256_B
What should I change?
I managed to work with mp4 file. The original program uses h264 raw stream.
Can detection accuracy drop using mp4 format?