[AI paper] Learning Depth-Guided Convolutions for Monocular 3D Object Detection
·
AI-Study/Mono-Depth
# Abstract # Introduction
Positional Embedding & Positional Encoding
·
카테고리 없음
1. Positional Embedding 2. Positional Encoding
[AI-Paper] Unsupervised Monocular Depth Estimation with Left-Right Consistency
·
AI-Study/Mono-Depth
우선 지금까지의 depth 추정 문제들은 supervised 였고 gt값이 주어졌었는데 이를 어떻게 unsupervised하게 풀어간다는 것인지 궁금하여 본 논문을 읽어보았다. 학습시킬때 독자적인 depth 정보를 사용하지 않는다고 한다. --> binocular stereo footage 기하학적인 조건을 활용하여 image reconstuction loss로 네트워크를 훈련시켜 disparity 이미지를 생성한다. 1. Introduction 2. Related Work 3. Method 3.1 Depth Estimation as Image Reconstruction 3.2 Depth Estimation Network Key Insight: 오직 왼쪽의 이미지 만을 이용해서 Left-to-Right,..
차량용 통신시스템 이해
·
카테고리 없음
[Azure Kinect DK] Depth Map을 위한 개발환경 구축
·
Embedded Projects
https://github.com/microsoft/Azure-Kinect-Sensor-SDK https://learn.microsoft.com/ko-kr/azure/kinect-dk/sensor-sdk-download#windows-installation-instructions Azure Kinect 센서 SDK 다운로드 Windows 및 Linux에서 Azure Kinect 센서 SDK를 다운로드하고 설치하는 방법에 대해 알아봅니다. learn.microsoft.com 모든 과정은 위 링크를 차근히 밟아가겠다. Window에서 설치할 예정이다. https://github.com/microsoft/Azure-Kinect-Sensor-SDK GitHub - microsoft/Azure-Kinect-Sen..