You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Collect Data from custom made Track
Sample and Segregate Data
Preprocess (Image Processing and Normalisation)
Design NN architecture (Tensorflow)
Train, Validate and Test
Predict Single Image
Predict Live video
Try for Higher accuracy and optimize
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).
The text was updated successfully, but these errors were encountered:
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:
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).
The text was updated successfully, but these errors were encountered: