Skip to content

v0.2.10

Compare
Choose a tag to compare
@LukeWood LukeWood released this 04 Aug 00:00
· 859 commits to master since this release
a2ee11c

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