Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vehicle Distance Estimation from a Monocular Camera for Advanced Driver Assistance Systems #104

Open
minha62 opened this issue Jan 29, 2023 · 0 comments

Comments

@minha62
Copy link
Collaborator

minha62 commented Jan 29, 2023

기존의 거리 추정 연구는 ADAS를 이용하거나 LiDAR와 딥러닝을 적용하는 방법이 많았다.
이 논문에선 오직 딥러닝만 이용하였다.

모델 구조

image

  1. 이미지를 입력으로 받아 DETR과 GLPDepth에 넣는다.
    • DETR에선 class, b-box 좌표 출력
    • GLPDepth에선 이미지의 depth 추정
  2. Depth map에 b-box를 overlap
  3. Overlap된 b-box를 기준으로 각 object의 depth 통계지표 계산
  4. B-box, class information, depth의 통계 values를 LSTM에 넣어 각 object의 실제 거리 계산
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant