Add aggregation support for predicting video frames.
0.7.0
- Drop support for Python 3.7. - Use `numpy.typing` from NumPy `1.22.0`. - Use Pillow `9.0.0`, note that this leads to some small floating point differences to the results. - Fix Grad-CAM tools.
0.6.1
Add `matplotlib` to required packages.
0.6.0
New features: - `predict_image` and `predict_images` can now also produce [Grad-CAM](https://arxiv.org/abs/1610.02391) plots that highlight the important regions which lead to the predictions.
0.5.3
Clean up code for model architecture to improve readability.