QGC Customization for real time object detection drones

We are customizing QGC to support drones with real time object detecting capability and we need to display the images of the detected objects on QGC. We use yolo5 for object detection.

Should I create a new class to display the detected objects and do I need a database for this purpose?

Did you figure this out? I am interested in doing something similar.