- Added mAP as callback to object detection models. The best model will be saved based on best mAP, as it provides much better estimation of model performance
- Changes to accommodate Colab switching TF 2.0
- Added inference time measurement (example in tests_training_and_inference_time.py) for benchmarking
- Fixed bug with image classification label order
Credit for mAP evaluation callback to rodrigo2019 , I changed his script to work with my pre-processing pipeline.
https://github.com/rodrigo2019/keras_yolo2