Access to per-class probabilities in app_callback?

When running the standard hailo-detect app, it is possible to modify app_callback() the bounding box, etc. Is it possible to access the per-class probabilities from yolov8m in the callback too?

Hey @Alan_McIvor,

Welcome to the Hailo Community!

Yeah, absolutely - you can access all of that in the detection_simple.py file (the callback file). In the callback, you’ll be able to check the detection threshold and pull any data you need.

Let me know if you run into any issues!