📝 Learn how to solve this interesting Computer Vision problem with the help of a beginner-friendly solution explanation. 🧩 Check out the puzzle: http://aicrowd.com/blitz/puzzles/depth-estimation 🔓 Unlock the complete baseline here: https://www.aicrowd.com/showcase/beginner-baseline-depth-estimation-puzzle
This puzzle revolves around a pretty interesting problem in deep learning called monocular depth estimation. In simple terms, we predict the depth of each pixel (distance from the camera/point of observation) in the given image using supervised learning. We do not use stereo images. Instead, we use a single image. The data has been generated synthetically using the Carla simulator.