Skip to content
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

Create a Model for Lane Detection and Steering Prediction #3

Open
rv2442 opened this issue Oct 2, 2022 · 0 comments
Open

Create a Model for Lane Detection and Steering Prediction #3

rv2442 opened this issue Oct 2, 2022 · 0 comments

Comments

@rv2442
Copy link
Owner

rv2442 commented Oct 2, 2022

Create a model for Lane Detection and Steering Prediction.

Goal: Current Lane must be detected and a prediction of car's position with respect to the center of the lane must be given as output or by how distance does the car need to be Steered back to the center of the lane must be given as output.

Steps:

  1. Collect Data from custom made Track
  2. Sample and Segregate Data
  3. Preprocess (Image Processing and Normalisation)
  4. Design NN architecture (Tensorflow)
  5. Train, Validate and Test
  6. Predict Single Image
  7. Predict Live video
  8. Try for Higher accuracy and optimize
  9. Implement on Jetson Nano and Tweak accordingly.

Result: A model working on Jetson Nano that can be recognised to work as a subset of an ADAS feature of Lane Steering ( maintain itself in the current lane).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant