Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.36 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.36 KB

Sensor Fusion Self-Driving Car Course Project

Rubric Points

During this project some key algortihms were implemented from scratch e.g:


1. Compiling and Testing

  • The submission must compile.

2. Obstacle Detection

  • Filtering the point cloud
  • Bounding boxes enclose appropriate objects.
  • Objects are consistently detected across frames in the video.
  • Segmentation is implemented in the project.
  • Clustering is implemented in the project.

3. Code Efficiency

  • The methods in the code should avoid unnecessary calculations.

References