bourdakos1 / Custom-Object-Detection

Custom Object Detection with TensorFlow
https://medium.freecodecamp.org/tracking-the-millenium-falcon-with-tensorflow-c8c86419225e
MIT License
347 stars 182 forks source link

Inference time increases with custom model training. #32

Closed asguradian closed 5 years ago

asguradian commented 6 years ago

Compare to base model that i use for transfer learning, the model i extracted increases inference time after custom object training. is it th normal behaviour

bourdakos1 commented 5 years ago

Hi @asguradian, this repo relies on a dated version of the TensorFlow api. We've moved to a more future proof version here: https://github.com/cloud-annotations/training I encourage you to try it out and reopen this issue there if you are still running into problems