KerasCV 0.5.0
With KerasCV 0.5.0, we're releasing some shiny new functionality, as well a new modeling API to bring us into alignment with our sister package, KerasNLP.
Check out our newly updated API documentation on KerasIO
(note that the new documentation will not be live until approximately 1 day after this release)
Our exciting new offerings in 0.5.0 include:
- The new
from_preset
API including pretrained presets for your favorite backbones - A new elegant
Backbone
API for easy model composition and transfer learning - YOLOV8 for object detection
- Vectorized augmentation layers to bring optimal performance to data preprocessing
We've also partnered with Waymo to offer a 3D object detection API for data preprocessing and modeling in KerasCV.
In 0.5.0 we're releasing an initial version of this API, with more to come! Look out for an upcoming guide on 3D object detection in KerasCV in partnership with Waymo.
As always, please let us know if you encounter any issues with the release by opening an Issue here on GitHub.
Thanks!
The KerasCV Team