Skip to content

0.5.6

Compare
Choose a tag to compare
@AIWintermuteAI AIWintermuteAI released this 11 Apr 11:23
· 191 commits to master since this release

Starting 0.5.6 changelog will be updated here.

0.5.6

  • 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