tum-phoenix / drive_ml

This is the repository for our Machine Learning applications
13 stars 4 forks source link

LaneDetection: Hough Transform - Implement/Test lane detection #32

Closed Christiaan1990 closed 3 years ago

Christiaan1990 commented 4 years ago

Goal:

Implement and test the "Hough Transform" algorithm on the offline datasets CULane and TuSimple. Note: this is a classical approach and no machine learning.

Assigments:

Notes:

MaslinuPoimal commented 4 years ago

Note: the current version contains quite a lot of optimizations for the cup environment, but we can definitely try this.