Skip to content

Releases: keras-team/keras-cv

v0.3.3

26 Sep 17:48
b4dd786
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

09 Sep 17:52
305c083
Compare
Choose a tag to compare

What's Changed

  • Add tensorflow_datasets dep to Dockerfile by @bhack in #750
  • Add all of the no-op segmentation mask augmentations by @ianstenbit in #751
  • Promote anchor generator default to a public api by @LukeWood in #755
  • Write steps_per_second in basic_training by @ianstenbit in #758
  • Remove cd to keras_Cv by @bhack in #756
  • Fix FocalLoss reduction, SmoothL1 reduction, and add extra loss validation to RetinaNet model by @LukeWood in #760
  • Fix loss reduction in the RetinaNet trainstep by @LukeWood in #764
  • Add integration tests to GCB by @LukeWood in #761
  • Update object_detection_base_model.py by @LukeWood in #771
  • SimCLR implementation by @ianstenbit in #699
  • Remove the tensorflow_datasets as installation dep by @qlzh727 in #772
  • Remove the tfds (typo) from the requirements.txt by @qlzh727 in #773
  • Fix weight loading in RetinaNet and introduce unit tests to ensure weight loading works as intended by @LukeWood in #768
  • Add segmask support for random_flip by @ianstenbit in #775

Full Changelog: v0.3.1...v0.3.2

v0.3.1

31 Aug 01:09
1069c8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.10...v0.3.1

v0.2.10

04 Aug 00:00
a2ee11c
Compare
Choose a tag to compare

What's Changed

  • Add a test case to enforce rescaling behavior by @ianjjohnson in #603
  • Improves serialization_test.py to cover all argument with default values by @atuleu in #600
  • Porting over ResNets from keras.applications by @AdityaKane2001 in #558
  • Robust serialization test by @AdityaKane2001 in #591
  • Add clip_to_image() util to bounding_box by @divyashreepathihalli in #607
  • fix random_rotation bugs by @divyashreepathihalli in #608
  • classifier_activation docstring corrections by @AdityaKane2001 in #610
  • Fixed converters so that rel->rel don't require images by @quantumalaviya in #612
  • Randomshear Bounding box augmentation Feature by @pranavjadhav001 in #373
  • Style changes to NMS layer by @LukeWood in #613
  • Added random_rotation_demo.py by @divyashreepathihalli in #555
  • Add a link to the new COCO metric publication & keras.io docs by @LukeWood in #620
  • Migrate iou_utils to the keras_cv.bounding_box namespace by @quantumalaviya in #598
  • code style fixes in random_rotation.py by @divyashreepathihalli in #624
  • Fixed error message when requirement does not meet for minimum TF version by @adhadse in #563
  • Add an initial Densenet/Imagenet classification training script by @ianjjohnson in #618
  • Fix NMSLayer shape inference to work when no elements are present by @LukeWood in #631
  • Fixed reference sections in some docstrings by @quantumalaviya in #633
  • Add pre-trained weight loading (starting with DenseNet121) by @ianjjohnson in #627
  • Update basic_training example to only save the best weights by @ianjjohnson in #635
  • Add initial weight exporting scripts by @ianjjohnson in #628
  • Adding new NMS tests by @quantumalaviya in #642
  • Add input-tensor param to all KerasCV.models by @ianjjohnson in #639
  • Use fstring format in models/weights.py by @ianjjohnson in #645
  • Silence E402 linter error by @ianjjohnson in #651
  • added RandomFlip to Keras_CV by @divyashreepathihalli in #562
  • Switch to tensorboard.dev for training metadata handling by @ianjjohnson in #648
  • Add Focal Loss by @quantumalaviya in #615
  • Cleanup and polish on basic_training.py by @ianjjohnson in #652
  • Rename num_classes to classes across entire repo by @ianjjohnson in #657

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9

20 Jul 20:10
fcdccaa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

29 Jun 21:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

16 Jun 03:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6 Release

10 Jun 01:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

19 May 21:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

17 May 21:18
Compare
Choose a tag to compare

update bounding box entrypoint from utils.bounding_box -> bounding_box