I cannot seem to set a threshold when calling detectNet:
net = jetson.inference.detectNet(threshold=0.3, argv=[.....
nevertheless results in:
detectNet -- loading detection network model from:
-- prototxt NULL
-- model cones-and-cells/ssd-mobilenet.onnx
-- input_blob 'input_0'
-- output_cvg 'scores'
-- output_bbox 'boxes'
-- mean_pixel 0.000000
-- mean_binary NULL
-- class_labels cones-and-cells/labels.txt
-- threshold 0.500000 <===========
-- batch_size 1