🐞Model Debugging
🙄 Problems that we can face while training custom object detection
Model is not doing well on test set
Model is doing well on test set but doing bad on real world images
In case that model is not doing well on test set you can try one or more from the followings:
Add dropout to
.config
file
Replace
fixed_shape_resizer
withkeep_aspect_ratio_resizer
, example:
👮♀️ You have to choose these values due to your model
Last updated