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
Add a OpenCV-based routine for lane detection. This will run on an x86 machine for the time being as a proof of concept, with the purpose of eventually porting it to an ARM device (NXP iMX.95).
We will need the following:
Basic camera or video display. This will depend on a video file instead of a live camera feed since.
We will rely on neural networks to make the lane detection possible.
Description