I cannot seem to set a threshold when calling detectNet:
net = jetson.inference.detectNet(argv=['--threshold=0.3', ...
I did like mentioned in
https://forums.developer.nvidia.com/t/python-detectnet-cant-set-threshold/173656
but it didn’t resolve the problem.