-
Notifications
You must be signed in to change notification settings - Fork 3
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
LaneDetection: Hough Transform - Implement/Test lane detection #32
Labels
Comments
Christiaan1990
changed the title
LaneDetaction: Test current algorithm for the dataset (CULane and TuSimple)
LaneDetaction: Test current algorithm for the offline datasets (CULane and TuSimple)
Nov 2, 2019
Christiaan1990
changed the title
LaneDetaction: Test current algorithm for the offline datasets (CULane and TuSimple)
LaneDetection: Test current algorithm for the offline datasets (CULane and TuSimple)
Nov 2, 2019
Christiaan1990
changed the title
LaneDetection: Test current algorithm for the offline datasets (CULane and TuSimple)
LaneDetection: Test current algorithm (Hough?) for the offline datasets (CULane and TuSimple)
Nov 2, 2019
Christiaan1990
changed the title
LaneDetection: Test current algorithm (Hough?) for the offline datasets (CULane and TuSimple)
LaneDetection: Implement/Test lane detection algorithm with the hough-approach lane for the offline datasets (CULane and TuSimple)
Nov 3, 2019
Christiaan1990
changed the title
LaneDetection: Implement/Test lane detection algorithm with the hough-approach lane for the offline datasets (CULane and TuSimple)
LaneDetection: Hough Transform - Implement/Test lane detection algorithm with the hough-approach lane for the offline datasets (CULane and TuSimple)
Nov 3, 2019
Christiaan1990
changed the title
LaneDetection: Hough Transform - Implement/Test lane detection algorithm with the hough-approach lane for the offline datasets (CULane and TuSimple)
LaneDetection: Hough Transform - Implement/Test lane detection for the offline datasets (CULane and TuSimple)
Nov 3, 2019
Christiaan1990
changed the title
LaneDetection: Hough Transform - Implement/Test lane detection for the offline datasets (CULane and TuSimple)
LaneDetection: Hough Transform - Implement/Test lane detection
Nov 3, 2019
Note: the current version contains quite a lot of optimizations for the cup environment, but we can definitely try this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: