borisdayma / CarND-Capstone

Programming a self-driving car
3 stars 4 forks source link

Traffic model #30

Closed borisdayma closed 6 years ago

borisdayma commented 6 years ago

Added classifier to repo. This is based on MobileNet, image size of 224x224, all parameters Moved traffic light detection to a loop to be able to set-up process rate and reduce CPU

taikione commented 6 years ago

I confirmed this PR working correctly. the model is good !!! and I think putting larger model is no problems.