SullyChen / Autopilot-TensorFlow

A TensorFlow implementation of this Nvidia paper: https://arxiv.org/pdf/1604.07316.pdf with some changes
MIT License
1.26k stars 426 forks source link

Fix display of dataset image colors and resize #7

Closed huyouare closed 8 years ago

huyouare commented 8 years ago

Fixes #5 temporarily. Matplotlib takes in BGR while scipy.misc.imread gives RGB. Shows larger original image for context.

image