Keras-cv

Latest version: v0.9.0

Safety actively analyzes 623835 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

0.9.0

In addition to the changes listed below, the codebase structure has evolved:

* All source files are now in keras_cv/src/.
* All API files are now in keras_cv/api/.
* Users can install KerasCV directly from GitHub or local git repository.

This doesn't change how users will interact with KerasCV and doesn't update the public API.

What's Changed
* Version bump master to 0.8.2 by sampathweb in https://github.com/keras-team/keras-cv/pull/2290
* Move keras-cv markdown files to toplevel by mattdangerw in https://github.com/keras-team/keras-cv/pull/2291
* Add `version()` API to unify with Keras and KerasNLP by grasskin in https://github.com/keras-team/keras-cv/pull/2199
* Update random_crop_and_zoom.py by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2294
* Bug fix for Stable Diffusion model timesteps by haifeng-jin in https://github.com/keras-team/keras-cv/pull/2303
* Add BASNet Segmentation Model (2006) by hamidriasat in https://github.com/keras-team/keras-cv/pull/2271
* Fix image.shape type by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2305
* Create workflow for auto assignment of issues and for stale issues by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2313
* Fix format and Update Vectorized Base to fix tf.data with non-TF backends by sampathweb in https://github.com/keras-team/keras-cv/pull/2323
* Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX by sampathweb in https://github.com/keras-team/keras-cv/pull/2322
* Fix TensorFlow-GPU flaky failure by tirthasheshpatel in https://github.com/keras-team/keras-cv/pull/2325
* Remove Bazel steps from Contributing Guide by sampathweb in https://github.com/keras-team/keras-cv/pull/2324
* Update version to 0.8.3 by sampathweb in https://github.com/keras-team/keras-cv/pull/2327
* Bump the github-actions group with 3 updates by dependabot in https://github.com/keras-team/keras-cv/pull/2330
* Pin Jax Version in GPU CI by sampathweb in https://github.com/keras-team/keras-cv/pull/2338
* Bump the python group with 5 updates by dependabot in https://github.com/keras-team/keras-cv/pull/2340
* Update auto-assignment.js by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2337
* Revert back to JAX 0.4.23 by sampathweb in https://github.com/keras-team/keras-cv/pull/2342
* move conftest.py to top level by sampathweb in https://github.com/keras-team/keras-cv/pull/2345
* Fix format of Custom Ops build by sampathweb in https://github.com/keras-team/keras-cv/pull/2346
* Fix Custom Ops Build by sampathweb in https://github.com/keras-team/keras-cv/pull/2347
* Add Waymo folder License to the top by sampathweb in https://github.com/keras-team/keras-cv/pull/2348
* update ops build by sampathweb in https://github.com/keras-team/keras-cv/pull/2349
* Bump the github-actions group with 2 updates by dependabot in https://github.com/keras-team/keras-cv/pull/2343
* Add CLIP to KerasCV by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2331
* Migrate VGG16 from legacy to backbone by pranavvp16 in https://github.com/keras-team/keras-cv/pull/2341
* CLIP : Enable CLIP.from_preset() Kaggle tests by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2357
* Adds psutil to CI Build Script by sampathweb in https://github.com/keras-team/keras-cv/pull/2355
* Update clip_image_model.py by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2359
* Fixed ROI Pooling Output Shape to Consider Multiple ROIs (2350) by VarunS1997 in https://github.com/keras-team/keras-cv/pull/2360
* Add training scripts for yolov8 and deeplabv3plus by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2361
* [Port] OD layers to Keras 3 by ariG23498 in https://github.com/keras-team/keras-cv/pull/2295
* bug fix for num_steps=1 by haifeng-jin in https://github.com/keras-team/keras-cv/pull/2373
* Clip update inputs format by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2377
* Fix rendering issue. by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2375
* CI: psutil fix: Remove install of Python 3.9 by sampathweb in https://github.com/keras-team/keras-cv/pull/2392
* Fix docstring of pyramid keys in `YOLOV8Detector` by smitlg in https://github.com/keras-team/keras-cv/pull/2391
* Export Model APIs by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2389
* Fix nlp import by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2396
* Update CI to use TF 2.16 by sampathweb in https://github.com/keras-team/keras-cv/pull/2378
* Standardize docstring by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2399
* Update CI to skip deps install from keras_nlp by sampathweb in https://github.com/keras-team/keras-cv/pull/2405
* Add Video Swin Transformer by innat in https://github.com/keras-team/keras-cv/pull/2369
* Update CLIP to a functional model by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2393
* Fix import of Keras by sampathweb in https://github.com/keras-team/keras-cv/pull/2420
* Generated API by sampathweb in https://github.com/keras-team/keras-cv/pull/2425
* Add keras-nlp to nightly action by sampathweb in https://github.com/keras-team/keras-cv/pull/2426
* Raise error if tensorflow_text is not found by sampathweb in https://github.com/keras-team/keras-cv/pull/2427
* Export video swin APIs by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2428
* ver-0.9.0.dev0 by sampathweb in https://github.com/keras-team/keras-cv/pull/2429
* Revert "ver-0.9.0.dev0" by sampathweb in https://github.com/keras-team/keras-cv/pull/2431

New Contributors
* grasskin made their first contribution in https://github.com/keras-team/keras-cv/pull/2199
* sachinprasadhs made their first contribution in https://github.com/keras-team/keras-cv/pull/2294
* hamidriasat made their first contribution in https://github.com/keras-team/keras-cv/pull/2271
* pranavvp16 made their first contribution in https://github.com/keras-team/keras-cv/pull/2341
* VarunS1997 made their first contribution in https://github.com/keras-team/keras-cv/pull/2360
* smitlg made their first contribution in https://github.com/keras-team/keras-cv/pull/2391

**Full Changelog**: https://github.com/keras-team/keras-cv/compare/v0.8.2...v0.9.0

0.9.0.dev0

What's Changed
* Version bump master to 0.8.2 by sampathweb in https://github.com/keras-team/keras-cv/pull/2290
* Move keras-cv markdown files to toplevel by mattdangerw in https://github.com/keras-team/keras-cv/pull/2291
* Add `version()` API to unify with Keras and KerasNLP by grasskin in https://github.com/keras-team/keras-cv/pull/2199
* Update random_crop_and_zoom.py by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2294
* Bug fix for Stable Diffusion model timesteps by haifeng-jin in https://github.com/keras-team/keras-cv/pull/2303
* Add BASNet Segmentation Model (2006) by hamidriasat in https://github.com/keras-team/keras-cv/pull/2271
* Fix image.shape type by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2305
* Create workflow for auto assignment of issues and for stale issues by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2313
* Fix format and Update Vectorized Base to fix tf.data with non-TF backends by sampathweb in https://github.com/keras-team/keras-cv/pull/2323
* Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX by sampathweb in https://github.com/keras-team/keras-cv/pull/2322
* Fix TensorFlow-GPU flaky failure by tirthasheshpatel in https://github.com/keras-team/keras-cv/pull/2325
* Remove Bazel steps from Contributing Guide by sampathweb in https://github.com/keras-team/keras-cv/pull/2324
* Update version to 0.8.3 by sampathweb in https://github.com/keras-team/keras-cv/pull/2327
* Bump the github-actions group with 3 updates by dependabot in https://github.com/keras-team/keras-cv/pull/2330
* Pin Jax Version in GPU CI by sampathweb in https://github.com/keras-team/keras-cv/pull/2338
* Bump the python group with 5 updates by dependabot in https://github.com/keras-team/keras-cv/pull/2340
* Update auto-assignment.js by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2337
* Revert back to JAX 0.4.23 by sampathweb in https://github.com/keras-team/keras-cv/pull/2342
* move conftest.py to top level by sampathweb in https://github.com/keras-team/keras-cv/pull/2345
* Fix format of Custom Ops build by sampathweb in https://github.com/keras-team/keras-cv/pull/2346
* Fix Custom Ops Build by sampathweb in https://github.com/keras-team/keras-cv/pull/2347
* Add Waymo folder License to the top by sampathweb in https://github.com/keras-team/keras-cv/pull/2348
* update ops build by sampathweb in https://github.com/keras-team/keras-cv/pull/2349
* Bump the github-actions group with 2 updates by dependabot in https://github.com/keras-team/keras-cv/pull/2343
* Add CLIP to KerasCV by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2331
* Migrate VGG16 from legacy to backbone by pranavvp16 in https://github.com/keras-team/keras-cv/pull/2341
* CLIP : Enable CLIP.from_preset() Kaggle tests by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2357
* Adds psutil to CI Build Script by sampathweb in https://github.com/keras-team/keras-cv/pull/2355
* Update clip_image_model.py by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2359
* Fixed ROI Pooling Output Shape to Consider Multiple ROIs (2350) by VarunS1997 in https://github.com/keras-team/keras-cv/pull/2360
* Add training scripts for yolov8 and deeplabv3plus by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2361
* [Port] OD layers to Keras 3 by ariG23498 in https://github.com/keras-team/keras-cv/pull/2295
* bug fix for num_steps=1 by haifeng-jin in https://github.com/keras-team/keras-cv/pull/2373
* Clip update inputs format by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2377
* Fix rendering issue. by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2375
* CI: psutil fix: Remove install of Python 3.9 by sampathweb in https://github.com/keras-team/keras-cv/pull/2392
* Fix docstring of pyramid keys in `YOLOV8Detector` by smitlg in https://github.com/keras-team/keras-cv/pull/2391
* Export Model APIs by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2389
* Fix nlp import by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2396
* Update CI to use TF 2.16 by sampathweb in https://github.com/keras-team/keras-cv/pull/2378
* Standardize docstring by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2399
* Update CI to skip deps install from keras_nlp by sampathweb in https://github.com/keras-team/keras-cv/pull/2405
* Add Video Swin Transformer by innat in https://github.com/keras-team/keras-cv/pull/2369
* Update CLIP to a functional model by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2393
* Fix import of Keras by sampathweb in https://github.com/keras-team/keras-cv/pull/2420
* Generated API by sampathweb in https://github.com/keras-team/keras-cv/pull/2425
* Add keras-nlp to nightly action by sampathweb in https://github.com/keras-team/keras-cv/pull/2426
* Raise error if tensorflow_text is not found by sampathweb in https://github.com/keras-team/keras-cv/pull/2427
* Export video swin APIs by sachinprasadhs in https://github.com/keras-team/keras-cv/pull/2428
* ver-0.9.0.dev0 by sampathweb in https://github.com/keras-team/keras-cv/pull/2429

New Contributors
* grasskin made their first contribution in https://github.com/keras-team/keras-cv/pull/2199
* sachinprasadhs made their first contribution in https://github.com/keras-team/keras-cv/pull/2294
* hamidriasat made their first contribution in https://github.com/keras-team/keras-cv/pull/2271
* pranavvp16 made their first contribution in https://github.com/keras-team/keras-cv/pull/2341
* VarunS1997 made their first contribution in https://github.com/keras-team/keras-cv/pull/2360
* smitlg made their first contribution in https://github.com/keras-team/keras-cv/pull/2391

**Full Changelog**: https://github.com/keras-team/keras-cv/compare/v0.8.2...v0.9.0.dev0

0.8.2

What's Changed
* Add `version()` API to unify with Keras and KerasNLP (https://github.com/keras-team/keras-cv/pull/2199)
* Update random_crop_and_zoom.py (https://github.com/keras-team/keras-cv/pull/2294)
* bug fix (https://github.com/keras-team/keras-cv/pull/2303)
* Add BASNet Segmentation Model (https://github.com/keras-team/keras-cv/issues/2006) (https://github.com/keras-team/keras-cv/pull/2271)
* Fix image.shape type (https://github.com/keras-team/keras-cv/pull/2305)
* Create workflow for auto assignment of issues and for stale issues (https://github.com/keras-team/keras-cv/pull/2313)
* Update Vectorized Base Augmentations to work in `tf.data` pipeline for ALL backends (https://github.com/keras-team/keras-cv/pull/2323)
* Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX (https://github.com/keras-team/keras-cv/pull/2322)
* Reduce memory consumption for BasNet tests (https://github.com/keras-team/keras-cv/pull/2325)

**Full Changelog**: https://github.com/keras-team/keras-cv/compare/v0.8.1...v0.8.2

0.8.1

What's Changed
* Fix base image aug layer for non-TF backend in `tf.data` pipeline. by sampathweb in https://github.com/keras-team/keras-cv/pull/2281
* Update version to 0.8.1 by sampathweb in https://github.com/keras-team/keras-cv/pull/2282
* Fix YOLOv8Detector deserialization by nkovela1 in https://github.com/keras-team/keras-cv/pull/2283
* Bump the python group with 4 updates by dependabot in https://github.com/keras-team/keras-cv/pull/2277
* Add Scorecard Action by pnacht in https://github.com/keras-team/keras-cv/pull/2267
* version bump to 0.8.1.dev0 by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2284
* add nms serialization test by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2285
* Add dict check in YOLOV8 arg deserialization by nkovela1 in https://github.com/keras-team/keras-cv/pull/2286
* update dataset link by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2287
* Version bump to 0.8.1 by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2289

New Contributors
* dependabot made their first contribution in https://github.com/keras-team/keras-cv/pull/2277

**Full Changelog**: https://github.com/keras-team/keras-cv/compare/v0.8.0...v0.8.1

0.8.1.dev0

What's Changed
* Fix base image aug layer for non-TF backend in `tf.data` pipeline. by sampathweb in https://github.com/keras-team/keras-cv/pull/2281
* Update version to 0.8.1 by sampathweb in https://github.com/keras-team/keras-cv/pull/2282
* Fix YOLOv8Detector deserialization by nkovela1 in https://github.com/keras-team/keras-cv/pull/2283
* Bump the python group with 4 updates by dependabot in https://github.com/keras-team/keras-cv/pull/2277
* Add Scorecard Action by pnacht in https://github.com/keras-team/keras-cv/pull/2267
* version bump to 0.8.1.dev0 by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2284

New Contributors
* dependabot made their first contribution in https://github.com/keras-team/keras-cv/pull/2277

**Full Changelog**: https://github.com/keras-team/keras-cv/compare/v0.8.0...v0.8.1.dev0

0.8.0

This release integrates KerasCV with [Kaggle Models](https://www.kaggle.com/models). KerasCV models will now work in Kaggle offline notebooks and all assets will quickly attach to a notebook rather than needing a slow download.

Summary
Pre-trained KerasCV models are now available entirely through [Kaggle Models](https://www.kaggle.com/models), with the full list of models available in both KerasCV and KerasNLP hosted [here](https://www.kaggle.com/organizations/keras/models).

Here is an example model page: [EfficientNetV2](https://www.kaggle.com/models/keras/efficientnetv2)
Note that each preset for the model is available via the `Model Variations` tab drop-down menu along with example usage.
Additionally, you can view the file structure containing the [model architecture](https://www.kaggle.com/models/keras/efficientnetv2/frameworks/keras/variations/efficientnetv2_b0_imagenet_classifier?select=config.json), [metadata](https://www.kaggle.com/models/keras/efficientnetv2/frameworks/keras/variations/efficientnetv2_b0_imagenet_classifier?select=metadata.json), and [weights](https://www.kaggle.com/models/keras/efficientnetv2/frameworks/keras/variations/efficientnetv2_b0_imagenet_classifier?select=model.weights.h5), if applicable.

This change will not affect the existing usage of `from_preset().` Statements like `keras_nlp.models.MobileNetV3Backbone.from_preset("mobilenet_v3_small")` will continue to work and download checkpoints from the Kaggle Models hub.

An note on model saving—for saving support across Keras 2 and Keras 3, we recommend using the new Keras saved model format. You can use `model.save('path/to/location.keras')` for a full model and `model.save_weights('path/to/location.weights.h5')` for checkpoints. See the [Keras saving guide](https://keras.io/guides/serialization_and_saving/) for more details.


What's Changed
* Update the comment of the `num_classes` parameter of deeplab v3 by aaudevart in https://github.com/keras-team/keras-cv/pull/2071
* Set read-only tokens for all GitHub workflows by pnacht in https://github.com/keras-team/keras-cv/pull/2075
* Add the Segment Anything Model to KerasCV by tirthasheshpatel in https://github.com/keras-team/keras-cv/pull/1987
* Export SD submodels by jbischof in https://github.com/keras-team/keras-cv/pull/2080
* adding deeplab_v3_plus_presets by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2051
* [Yolov8 detector] Fix example in docstring by cosmo3769 in https://github.com/keras-team/keras-cv/pull/2082
* Bump python version requirement to 3.9 by mattdangerw in https://github.com/keras-team/keras-cv/pull/2079
* [SAM] Fixed shape issue in example in docstring by cosmo3769 in https://github.com/keras-team/keras-cv/pull/2083
* Use "masks" and "boxes" as prompt keys for SAM by ianstenbit in https://github.com/keras-team/keras-cv/pull/2084
* Support partial prompting in SAM by ianstenbit in https://github.com/keras-team/keras-cv/pull/2085
* Explicitly specify full package for more modules, as shown in 2001 by BjarneHerland in https://github.com/keras-team/keras-cv/pull/2077
* Update VITDet to conform to KerasCV scaling standards by ianstenbit in https://github.com/keras-team/keras-cv/pull/2086
* Resolve mean/std swap for VITDet backbone by ianstenbit in https://github.com/keras-team/keras-cv/pull/2087
* Support importing Keras3 as Keras instead of Keras Core by ianstenbit in https://github.com/keras-team/keras-cv/pull/2089
* remove tests from pypi build by haifeng-jin in https://github.com/keras-team/keras-cv/pull/2094
* Export task models as both models.task.Model and models.Model by ianstenbit in https://github.com/keras-team/keras-cv/pull/2093
* Fix CSPDarkNetBackbone export by ianstenbit in https://github.com/keras-team/keras-cv/pull/2096
* Fix PyTorch tests by ianstenbit in https://github.com/keras-team/keras-cv/pull/2097
* Doc updates to switch branding to Keras 3 by ianstenbit in https://github.com/keras-team/keras-cv/pull/2092
* Fix a flaky test for Segment Anything by ianstenbit in https://github.com/keras-team/keras-cv/pull/2090
* Fix decoding of LabelEncoder for RetinaNet by ianstenbit in https://github.com/keras-team/keras-cv/pull/2099
* Use the proper title for example by Philmod in https://github.com/keras-team/keras-cv/pull/2109
* Fixes Fine-tuning Stable Diffusion by ID6109 in https://github.com/keras-team/keras-cv/pull/2113
* Fixed typo in README.md by AniketP04 in https://github.com/keras-team/keras-cv/pull/2106
* Update mask_invalid_detections.py by VBPMP in https://github.com/keras-team/keras-cv/pull/2117
* Fix the issue (2102): Add cast to float32 from float16 into Stable D… in https://github.com/keras-team/keras-cv/pull/2124
* Fix RetinaNet shape issue by tirthasheshpatel in https://github.com/keras-team/keras-cv/pull/2119
* update reviewers names by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2130
* update keras-cv json file name by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2128
* Improve keras 3 detection by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2132
* Fix Segment Anything Model saving bug by tirthasheshpatel in https://github.com/keras-team/keras-cv/pull/2138
* Adds Nightly package for `keras-cv` by sampathweb in https://github.com/keras-team/keras-cv/pull/2139
* Set a security policy by pnacht in https://github.com/keras-team/keras-cv/pull/2142
* add Random ops shim by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2145
* Replace `RandomGenerator` with `SeedGenerator` by sampathweb in https://github.com/keras-team/keras-cv/pull/2150
* Revert "Replace `RandomGenerator` with `SeedGenerator`" by sampathweb in https://github.com/keras-team/keras-cv/pull/2161
* Keras 3 compatibility by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2170
* fix noise scheduler error in stable diffusion by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2171
* Fix the issue(keras-team2158): Add some file names into .gitignore by y-vectorfield in https://github.com/keras-team/keras-cv/pull/2159
* fix shapes error if images was a list. by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2173
* Removed setup.py develop from documentation, replaced with pip instal… by EdIzaguirre in https://github.com/keras-team/keras-cv/pull/2118
* Remove keras-nightly pin by sampathweb in https://github.com/keras-team/keras-cv/pull/2174
* fix model None error by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2176
* update version error by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2175
* Fixes Saving Format related test failures for Keras 3 by sampathweb in https://github.com/keras-team/keras-cv/pull/2180
* convert to tensor before smart resize by sampathweb in https://github.com/keras-team/keras-cv/pull/2184
* Fix Keras 3 version check by sampathweb in https://github.com/keras-team/keras-cv/pull/2191
* Update version 0.8 by sampathweb in https://github.com/keras-team/keras-cv/pull/2190
* Fix bug when upranking passthrough inputs to RandAugment by mattdangerw in https://github.com/keras-team/keras-cv/pull/2194
* fix stable diffusion rank error by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2208
* Simplify running KerasCV with Keras 3 by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2179
* Fix dtype support for SegmentAnythingModel by tirthasheshpatel in https://github.com/keras-team/keras-cv/pull/2207
* Align backend/config with Keras NLP by sampathweb in https://github.com/keras-team/keras-cv/pull/2217
* Fix SegFormer Presets by nkovela1 in https://github.com/keras-team/keras-cv/pull/2222
* Update README.md by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2223
* Adds Kokoro GPU Tests by sampathweb in https://github.com/keras-team/keras-cv/pull/2224
* Update random_cutout.py to be a subclass of VectorizedBaseImageAugmentationLayer by sup3rgiu in https://github.com/keras-team/keras-cv/pull/2123
* Vectorized implementation of RandomColorDegeneration and Equalization preprocessing layers by sup3rgiu in https://github.com/keras-team/keras-cv/pull/2214
* Fix the issue(keras-team2195): Improve readability and comprehensibility of Stable Diffusion source by y-vectorfield in https://github.com/keras-team/keras-cv/pull/2197
* Fix GPU Test driver script by sampathweb in https://github.com/keras-team/keras-cv/pull/2228
* fix jax failing tests by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2231
* Change reference of SeedGen and Serialization by sampathweb in https://github.com/keras-team/keras-cv/pull/2241
* Remove xlarge from continuous build by sampathweb in https://github.com/keras-team/keras-cv/pull/2242
* Fixes GPU Tests - JAX, PyTorch and some failures for Keras2 by sampathweb in https://github.com/keras-team/keras-cv/pull/2243
* Update Random to Stateless - Disables Stable Diffussion tests by sampathweb in https://github.com/keras-team/keras-cv/pull/2245
* Support non-tensorflow backends in KerasCV's preprocessing layers by tirthasheshpatel in https://github.com/keras-team/keras-cv/pull/2240
* Fix keras.engine import in predict_utils.py by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2248
* Fix drop block by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2250
* fix 3d preprocessing layer by divyashreepathihalli in https://github.com/keras-team/keras-cv/pull/2252
* Fixing conversion of box formats on the original boxes by ariG23498 in https://github.com/keras-team/keras-cv/pull/2213
* Add dependabot to update GitHub Actions and Python dependencies by pnacht in https://github.com/keras-team/keras-cv/pull/2259
* Remove cloudbuild config by mattdangerw in https://github.com/keras-team/keras-cv/pull/2260
* align pip_build with keras by sampathweb in https://github.com/keras-team/keras-cv/pull/2256
* Merge Kaggle integration to CV `master` branch by nkovela1 in https://github.com/keras-team/keras-cv/pull/2229
* Remove weight traversal output by nkovela1 in https://github.com/keras-team/keras-cv/pull/2275
* Align keras requirments fo torch by sampathweb in https://github.com/keras-team/keras-cv/pull/2272
* Modify preset kaggle handles to full path by nkovela1 in https://github.com/keras-team/keras-cv/pull/2279
* Bump version to stable 0.8 release by nkovela1 in https://github.com/keras-team/keras-cv/pull/2280

New Contributors
* aaudevart made their first contribution in https://github.com/keras-team/keras-cv/pull/2071
* pnacht made their first contribution in https://github.com/keras-team/keras-cv/pull/2075
* mattdangerw made their first contribution in https://github.com/keras-team/keras-cv/pull/2079
* BjarneHerland made their first contribution in https://github.com/keras-team/keras-cv/pull/2077
* Philmod made their first contribution in https://github.com/keras-team/keras-cv/pull/2109
* AniketP04 made their first contribution in https://github.com/keras-team/keras-cv/pull/2106
* VBPMP made their first contribution in https://github.com/keras-team/keras-cv/pull/2117
* y-vectorfield made their first contribution in https://github.com/keras-team/keras-cv/pull/2159
* EdIzaguirre made their first contribution in https://github.com/keras-team/keras-cv/pull/2118
* sup3rgiu made their first contribution in https://github.com/keras-team/keras-cv/pull/2123

**Full Changelog**: https://github.com/keras-team/keras-cv/compare/v0.7.0...v0.8.0

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.