petermartens98/MiDaS-Computer-Vision-Depth-Estimation
This Python code uses the MiDaS model for real-time depth estimation on webcam video. MiDaS predicts the relative depth of objects in a scene, and the output is displayed using matplotlib. Bicubic interpolation is used to upsample the low-resolution depth map produced by the model. Output is then displayed in an interactive Streamlit web app.
Python