Distance estimation

We have successfully tested the ‘detection_with_tracker’ example in real-time with a webcam : https://github.com/hailo-ai/Hailo-Application-Code-Examples/tree/main/runtime/python/detection_with_tracker, we would like to know if it is possible to estimate the distance between this webcam and a detected object, do you have a simple Python example to develop?

Hey @mAty1901,

Congratulations on your success!

I’m curious whether you’re planning to implement depth estimation using an AI model or traditional computer vision techniques? This would help me provide more specific guidance for your use case.

Best regards,
Omri

1 Like

Hey @omria
Thank you for your feedback

"I am considering using depth estimation as a solution, I have seen some examples on how to use two inference models on Hailo 8L. I am currently testing the following example for depth estimation: https://github.com/hailo-ai/Hailo-Application-Code-Examples/tree/main/runtime/python/depth_estimation, if you can give me some guidance on this path.

1 Like