An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/petermartens98/midas-computer-vision-depth-estimation

computervision midas opencv python streamlit

Last synced: 7 months ago
JSON representation

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.

Awesome Lists containing this project