witignite / Frustum-PointNet

Apache License 2.0
3 stars 0 forks source link

Frustum++

Description

This is a half-semester project, an ongoing attempt to extend the original work by:

  1. Using LIDAR point cloud data instead of RGB-D data
  2. Using bird's eye view representation of LIDAR data to generate additional 3D bounding box proposals from the top view

The below figure shows the proposed modification to the original work. The components (at the top) connected by red arrows are what we are going to add.

proposed_architecture

The purpose is to experiment on using the bird's eye view LIDAR data to help improving the performance in some extreme condition, such as low light or occlusion, where it may be difficult to detect the 2D bounding boxes in the image (and hence no 3D object will be detected). By using the bird's eye view LIDAR data, we expect to obtain additional 3D box proposals, which will be combined with the original proposals to improve the performance.

Dataset

Library Dependencies

The following environment is used during development. (It is still in an experiment; not guaranteed to work. Refer to the original repository for a safe installation.)

Notes about Installation

There are changes in some files that I made specifically for my own environment. Please refer to the original README.md here at "Installation" section for more details.

Notes about Running



Original Work

I decided to move the README.md of the original work to here to reduce the clutter on this page.