Skip to content

Keras SSD v0.8.0

Compare
Choose a tag to compare
@pierluigiferrari pierluigiferrari released this 19 Apr 23:18
· 38 commits to master since this release

Release 0.8.0

Breaking Changes

  • None

Major Features and Improvements

  • Improved the matching algorithm. While the previous version had a few flaws, the new version is identical to the matching in the original Caffe implementation. Training a model with this new version reproduces the mAP results of the original Caffe SSD models exactly.
  • Added two new data augmentation chains: One for variable-size input images that produces effects similar to the original SSD data augmentation chain, but is a lot faster, and a second one for bird's eye-view datasets.

API Changes

  • None

Known Issues

  • None