Skip to content

v0.9.1

Compare
Choose a tag to compare
@bjrichardwebster bjrichardwebster released this 14 Nov 17:12
· 14 commits to master since this release
5da9fd4

v0.9.1

Fixed a bug where if no detections were found in an image, then the generator would fail.

Updates / New Features

Documentation

  • Removed a deprecated badge from the README.

Implementations

  • Added a check to exit early if no detections were found in PerturbationOcclusion

  • Added a check to exit early if no saliency maps were generated in GenerateObjectDetectorBlackboxSaliency

Fixes