yaboo-oyabu / CarND-Capstone

MIT License
2 stars 2 forks source link

Object detection model for real traffic lights is too slow due to model complexity #17

Closed yaboo-oyabu closed 4 years ago

yaboo-oyabu commented 4 years ago

@yaboo-oyabu changed the default model from mobilenet_v2 based model to inception_v2 based model. But it seems this makes inference speed slower than realtime. The default model should be changed to a more lightweight model.