There is a set called detections in app_callback() in hailo-rpi5-examples.
There are detection objects inside,which are HailoDetection object implement in C++.
I know HailoDetection object has set_label() but the function can’t be invoked in Python.
I wanted to use the set_label() to set a new labe in Python to achieve the effect i wanted
how can i do?