Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.09 KB

File metadata and controls

15 lines (9 loc) · 1.09 KB

Depth Estimation - Unsupervised and Self-Supervised methods

Single camera based unsupervised and self-supervised depth estimation.

Our project explores monocular depth estimation using Unsupervised and Self-Supervised methods. Particularly, we explore and replicate two networks, Monodepth2 and HRdepth which tackle depth estimation as an image reconstruction problem. Both networks attempt to provide more accurate and efficient networks for depth estimation for the self-driving car industry.

The project tech stack: Python, PyTorch, AWS Sagemaker, AWS S3 bucket, Flask API, AWS ElasticBeanStalk. Produced a deployed endpoint that would allow to upload image/video file and produce depth disparity heat maps ( lighter the color, closer the object).

Demo - Image File Upload

Demonstration of image depth disparity map

Demo - Video File Upload

Demonstration of video depth disparity map