@jakaskerl
Would I need to
from packet.detection import …
detection.confidence ()
I am just confused on placement of the code.
Currently I am working with the code and I am trying to take the people tracking experiment and combine it with the people counting. I would also like to include the confidence thresholds as well if possible. The X, Y, and width are not as critical but would still be important. Below is a photo of the current code I am working on. I am having a little bit of trouble activating the counting aspect, but I am able to get the display working.
I am interested to know if I can export the confidence intervals or somehow test the NN to show its accuracy.
