정리
코스 기본 내용
프로젝트 기본 내용
Udacity CarND Behavioral Cloning Project - Github
https://github.com/udacity/CarND-Behavioral-Cloning-P3
Simulator 소스
https://github.com/udacity/self-driving-car-sim
Rubrics
https://review.udacity.com/#!/rubrics/432/view
프로젝트 리뷰
실행
simulator test
python drive.py model.h5
참고
Vivek Yadav
https://chatbotslife.com/using-augmentation-to-mimic-human-driving-496b569760a9
Nvidia model for self driving cars
https://devblogs.nvidia.com/parallelforall/deep-learning-self-driving-cars/
의문점(나중에 꼭 확인할 것)
왼쪽(Left) 이미지와 오른쪽(Right) 이미지를 한꺼번에 쓰는 것은 문제가 없는가?