|
|
|
|
|
by cr0sh
3452 days ago
|
|
This is pretty cool; as someone who is currently working on the second project (traffic sign recognition) for the Udacity "Self-Driving Car Engineer" nanodegree, using TensorFlow - it is interesting to me how it seems like the "standard" MNIST CNN can be adapted to so many other use cases. For the project I am currently working on, I'm using a slightly modified form of LeNet - which isn't too different from the TF MNIST tutorial; after all, recognizing traffic signs isn't much different than recognizing hand-written numbers... ...but "driving" a course? That seems radically different to my less-than-expert-at-TensorFlow understanding, but that is only due to my ignorance. I'm glad that these examples and demos are being investigated and made public for others - especially people learning like myself - to look at and learn from. |
|
> Later, I switched to use Nvidia’s Autopilot...
So I guess he didn't use the MNIST CNN model.