zamalali / Height-Detection

Height detection using opencv, depth estimation and media pipe in real time.
19 stars 3 forks source link

Height Detection Model 📏

Overview

"Height Detection Model" is an application that leverages computer vision and pose estimation technologies to measure human height using a standard webcam. This project combines OpenCV for image processing and MediaPipe for accurate pose estimation, providing a non-intrusive way to measure height digitally.

Image description

To estimate distance and set a calibration factor, a depth estimation model must be used.
In this case, we are using Depth-anything, an open-source Hugging Face model.

Image description