yaboo-oyabu / CarND-Capstone

MIT License
2 stars 2 forks source link

A traffic light classification model for simulation #7

Closed yaboo-oyabu closed 4 years ago

CaoFM commented 4 years ago

I successfully built a model to train the classifier for simulator image. With little tuning the model is getting accuracy of 90% offline.

Now working on loading the model and predict ros camera image during run-time.

CaoFM commented 4 years ago

@yaboo-oyabu I have a separate model for directly classify traffic light in simulator environment and it successfully goes around the highway track following traffic signals. Let me know if you would like me to just bookshelf this or pull into master to keep as an option.