
[Depth Estimation] Depth Estimation 개론
Computer Vision/메모 + 정리
2023. 4. 30. 18:04
(23.04.30) Monocular Depth Estimation Based On Deep Learning: An Overview https://arxiv.org/pdf/2003.06620.pdf Depth Estimation 흐름을 볼 수 있는 survey다. Depth Estimation Traditional depth estimation methods 은 multiple viewpoints의 feature correspondences 기반이다. 이를 stereo depth estimation 이라고 한다. Monocular depth estimation은 single image를 가지고 depth maps를 추론하는 방식이다. 그러나 이는 ill-posed problem이다. (ill-posed ..