Giter VIP home page Giter VIP logo

vision-based-absolute-pose-estimation-of-autonomous-vehicle's Introduction

Vision based absolute Pose estimation of Autonomous Vehicle

Accurate localization for any autonomous vehicle (AV), especially in indoor and GPS-denied (Global Positioning System) environment. To close the gap, vision-based pose estimation in real time is a promising solution. The aim of this work is to provide a solution to estimate the pose of vehicles (6 degrees of freedom) from a single image in a real-world traffic environment. This 6 DoF includes 3D world coordinates (x,y,z), yaw, pitch, and roll of the detected car as follows:

Solution

A two-staged 6DoF object detection pipeline is proposed in this work. Firstly, YOLO object detector is applied to provide object bounding boxes. Then two regressor is applied to estimate the 3d properties and euler angles. Below is the architecture description for the same.

  • Car detection: Identify cars on each image with YOLOV3 and obtain the bouding boxes.
  • 3d coordinates(x’,y’,z’): Train a model to regress with the bounding boxes as features and (x,y,z) as labels.
  • Yaw/Pitch/Roll -
    • Assumptions: Roll and pitch ~ 0 (can be checked from distributions).
    • yaw (θg) = local angle (θl) + rayangle (θray) (calculated using camera matrix K)
    • Regress θl in two steps
      • Classification: 8 spaced bins. Which bin?
      • Regression: Angle
    • Rotate predicted x,y,z by predicted angle.
    • Project result on 2D (image) using K.

Install dependencies

pip install -r requirements.txt

Dataset

The dataset can be accesible from the Kaggle Challenge - https://www.kaggle.com/c/pku-autonomous-driving/data

Usage

Test Result

The estimated pose of the detected cars are as follows:

Reference

vision-based-absolute-pose-estimation-of-autonomous-vehicle's People

Contributors

pallavimitra avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

qrm2228231

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.