v0.3.3
What's Changed
- Imagenet loading improvements suggested by @sayakpaul by @ianstenbit in #774
- Add TPU support for basic_training by @ianstenbit in #757
- Add accelerator count to training history by @ianstenbit in #776
- Porting EfficientNets to KerasCV by @AdityaKane2001 in #740
- Promote model tests to integration by @LukeWood in #788
- Add pre-trained weights for DenseNet201 by @ianstenbit in #785
- Allow the KerasCV AnchorBox generator to work the
image_shape
instead of just images by @LukeWood in #790 - Add segmask support for RandomRotate by @ianstenbit in #780
- Add API to disable geometric transformations in RandAugment by @LukeWood in #792
- Some final touches to the RetinaNet API by @LukeWood in #784
- Step 1/2: refactor kerascv by @tanzhenyu in #791
- RandomFlip : added test for ragged bounding box by @divyashreepathihalli in #789
- Add segmask support for RandomResizedCrop by @ianstenbit in #777
- Add box matcher. by @tanzhenyu in #794
- Fixed samplers to support tensor shapes by @quantumalaviya in #798
- add reduction=none parameter to losses to fix retinanet detection example by @akucia in #796
- Update anchor_generator.py to fix docstring by @LukeWood in #800
- Fix bounding_box.clip_to_image() by @LukeWood in #802
- Add base feature pyramid network (FPN) to Keras CV by @qlzh727 in #803
- Add ROIGenerator. by @tanzhenyu in #804
- Add within 3d box detection. by @tanzhenyu in #787
- Add target gather as private API. by @tanzhenyu in #813
- Update docs for contrastive projector and probe by @ianstenbit in #814
- Add ROIPooler layer for RCNN. by @tanzhenyu in #808
- Setup initial benchmarks for model training by @ianstenbit in #810
- added the implementations of resnet 18 and 34 by @zaccharieramzi in #805
- Add classification head for segmentation model by @qlzh727 in #817
- add coordinate transform and spherical transform. by @tanzhenyu in #819
- Split RandomlyResizedCrop into two API surfaces (RandomlyZoomedCrop, RandomCropAndResize) by @AdityaKane2001 in #738
- Add ROISampler. by @tanzhenyu in #818
- Add Stable Diffusion by @fchollet in #828
- Add mixed precision support by @LukeWood in #834
- Stable diffusion small fixes by @bhack in #836
- Do image clipping in numpy space by @fchollet in #838
New Contributors
- @akucia made their first contribution in #796
- @zaccharieramzi made their first contribution in #805
- @fchollet made their first contribution in #828
Full Changelog: v0.3.2...v0.3.3