v0.2.9
What's Changed
- Added parameterized tests to RRC by @AdityaKane2001 in #550
- Add seeds for random distribution sampling by @quantumalaviya in #557
- Add support for unbatch bounding boxes to convert_format() by @LukeWood in #556
- Squeeze and Excite block by @AdityaKane2001 in #505
- Fixed #425 with Lambda layer by @AdityaKane2001 in #559
- Add default name to DenseNet (to match docstring) by @ianjjohnson in #574
- [Devcontainer] Fix isort extension name by @bhack in #569
- Added visualization feature to demo utils by @divyashreepathihalli in #567
- Adding Non-Max Suppression Layer by @quantumalaviya in #564
- Migrate VGG19 to keras_cv.models by @ianjjohnson in #573
- Adds support for ragged tensor to bounding_box.convert_format by @atuleu in #572
- Update NMS Layer file location by @LukeWood in #576
- Minor edits to make bounding box utilities more idiomatic by @LukeWood in #577
- Add serialization test for NMS by @quantumalaviya in #578
- Changed BaseImageAugmentationLayer to preserve additional unmodified … by @sebastian-sz in #568
- Add MLP Mixer models by @sayakpaul in #529
- Towards keypoint support:
BaseImageAugmentationLayer
modification by @atuleu in #586 - Add CSPDarkNet, DarkNet21 & DarkNet53 by @quantumalaviya in #541
- Towards keypoint support: Converter and utility functions by @atuleu in #585
- Include with_targets to RandomResizedCrop by @LukeWood in #597
New Contributors
Full Changelog: v0.2.8...v0.2.9