1. Training data examples from TORCS
* We collected the front-facing camera images from TORCS while a racing robot drove on 10 tracks. The driving information was collected at 10Hz.
(a) normal driving
(b) the experience of returning to the lane center when a car is out of its lane.
2. Driving performance evaluation results
* We collected the front-facing camera images from GTAV while each CNN drove on the four courses. The driving information (steering command, yawrate, two dimensional positions of the car) was collected at 10Hz. However, the images were collected at about 7Hz because our PC system cannot handle 'saving images in real-time' over 7Hz.
(a) Ground-truth LDL versus LDL estimated by the proposed network
* Note that the red marks at the bottom of the video are artificially inserted.
(b) Driving performance comparisons: BL versus Prop.1
(c) Driving performance comparisons on course 1-4: SN v.s. DTN v.s. Prop.1 v.s. Prop.2
'Deep Learning' 카테고리의 다른 글
Very simple RNN example (0) | 2018.03.06 |
---|---|
[KERAS] how to install keras with tensorflow+anaconda+pycharm on windows10 (0) | 2018.01.29 |
[tensorflow] training specific variables (0) | 2017.11.14 |
[tensorflow] batch normalization code (0) | 2017.11.14 |
[image pre-processing] image normalization (0) | 2017.11.13 |