SullyChen / Autopilot-TensorFlow

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

Tensorboard added for loss function graph and steering wheel background changed #13

Closed gtmshrm closed 7 years ago

gtmshrm commented 7 years ago

Tensorboard added to train.py for visualizing loss function. To visualize loss function, open a new terminal and use command "tensorboard --logdir=./logs". Now, open http://0.0.0.0:6006/ in your browser.

Steering wheel background changed to black since white background causes the image to rotate entirely which doesn't looks good for visualizing turning motion of the steering wheel.

SullyChen commented 7 years ago

Wow this is awesome, excellent job on this.

gtmshrm commented 7 years ago

Thanks Sully. Btw, your work is really awesome on this too. It helped me a lot. so thanks a lot for it :)

SullyChen commented 7 years ago

No problem! Glad I could help.

gtmshrm commented 7 years ago

Hey Sully, I checked the list of contributors of this repo but my name isn't showing up. Sorry for such a naive question. I'm new to github.

SullyChen commented 7 years ago

I'm not sure either. I don't use GitHub often. Maybe it takes time to process? I'll try to look for a way to add you manually right now.

gtmshrm commented 7 years ago

I think maybe you have the option to add manually. Idk. Thanks! I really appreciate your help.