Skip to content

0.2.0

Pre-release
Pre-release

Choose a tag to compare

@aubricot aubricot released this 24 Oct 22:13
· 206 commits to master since this release
704421b

This release of Computer Vision With EOL Images runs with TensorFlow 2.18, and YOLO v3 in darknet in Python 3.

Major Features and Improvements

  • Many functions are now pushed to external python modules to tidy up Colab notebooks.
  • Version control via requirements.txt files was established to enable full rollbacks and avoid issues caused by Colab and Tensorflow background updates.
  • Most important outputs are color-coded (Red: possible error, Yellow: warning, Green: success) to facilitate user interaction with code.
  • Demo scripts are now available under play_for_beginners.
  • Feature request template was added.

Bug Fixes
[Fix] Training using model_main_tf2.py no longer works in TF2.8+ bug (#9)
[Fix] saved model doesn't work with newest cloned version of TF Objdet API bug (#7)
[Fix] Objdet for image cropping with EOL saved model doesn't work after TF update (#9)