How to postprocess yolov5 personface model results

I am trying to use the YOLOv5 personface detection model on the AI kit. I was able to perform inference and obtain results, but the post-processing step is confusing. How can I obtain the final results as bounding boxes and class labels?

Hey @nithesh.s ,

Welcome to the Hailo Community.

You can check out the post-process examples in : GitHub - hailo-ai/Hailo-Application-Code-Examples

for a specific example you can check out the post-process here : Hailo-Application-Code-Examples/runtime/cpp/detection/yolov5_yolov7_detection/yolov5_yolov7_inference.cpp at main · hailo-ai/Hailo-Application-Code-Examples · GitHub

Regards

1 Like