Designed a Car detection system for Autonomous car driving using YOLO (You Only Look Once) algorithm on the data set taken from drive.AI. Using Non-max Suppression cars were detected with an accuracy of 89%.
使用深度学习的方法,给特斯拉汽车学习端对端的自动驾驶,本项目利用MIT 6.S094 这门公开课中的Tesla数据集训练深度学习模型,根据车辆的前置相机所拍摄的路况图像,实现对车辆转向角度的预测。(本项目还未完成)
Traffic Sign Recognition with Deep Learning CNN