Question on the confidence level. How does DeepStack / BI decide what to burn into the image and the final "confidence level"?
Example below, "dark model" found People @ 75% and "objects model found person @ 44%, yet only labeled image with "person:44%".
FYI, no idea where it found a chair going up my stairs!
[{"api":"objects","found":{"success":true,"predictions":
[{"confidence":0.4422658,"label":"person","y_min":1219,"x_min":33,"y_max":2302,"x_max":998},
{"confidence":0.5098691,"label":"chair","y_min":1525,"x_min":5,"y_max":2304,"x_max":1001}]}},
{"api":"faces","found":{"success":true,"predictions":[]}},
{"api":"dark","found":{"success":true,"predictions":[{"confidence":0.7568857,"label":"People","y_min":1196,"x_min":27,"y_max":2300,"x_max":978}]}}]
FYI running the new 5.4.7.8 release.