Increasing the thickness value makes bounding boxes thicker.
Recompile and test the modified pipeline to ensure the changes take effect.
By modifying the thickness parameter in the C++ post-processing code, you can control the thickness of the bounding boxes generated by hailooverlay. Adjust the value according to your preferences and test the pipeline to achieve the desired visual appearance.
Remember to recompile the post-process before re-running.
If you encounter any issues or need further assistance, please let me know!
@thomas38
If you are open to using DeGirum PySDK, I can guide you to show how to do this. We have overlay_line_width and overlay_font_scale parameters in our model info that allow you to control overlay properties.
The files are located in our infrastructure repository at GitHub - hailo-ai/hailo-apps-infra. When you install the examples package, this repository is automatically installed in your virtual environment.
To make your changes:
Fork the hailo-apps-infra repository
Clone your forked repository locally
Make your necessary changes
Install the modified version manually in your virtual environment
If you need help with any of these steps or encounter any issues during the process, please don’t hesitate to ask for assistance.