Skip to content

Releases: tensorflow/models

TensorFlow Official Models 2.11.6

04 May 00:38
Compare
Choose a tag to compare

This release of the Official Models targets TensorFlow 2.11.6. Note that Research/tutorial/sample models have been removed.

TensorFlow Official Models 2.12.0

31 Mar 00:03
Compare
Choose a tag to compare

This release of the Official Models targets TensorFlow 2.12.0. Note that Research/tutorial/sample models have been removed.

TensorFlow Official Models 2.11.5

23 Mar 20:10
Compare
Choose a tag to compare

This release fixes various typing annotation issues in official/vision that do not work for Python version <3.9.

TensorFlow Official Models 2.11.4

21 Mar 20:33
Compare
Choose a tag to compare

This release includes a few updates to RetinaNet model under official/vision:

  1. Skip generating image_info in SavedModel is input_type is tflite.
  2. Normalize anchors during TFLite post-processing in object detection.
  3. Add v3 NMS for Edge TPU.
  4. Support class agnostic NMS for v2 NMS.
  5. Support output decoded boxes (before NMS) even when NMS is applied.
  6. A few other bug fix to make detection generator more robust.

TensorFlow Official Models 2.11.3

18 Jan 23:51
fc0a507
Compare
Choose a tag to compare

Fix typing annotation in vision model export that breaks package import.

TensorFlow Official Models 2.11.2

18 Jan 16:52
1a6bc17
Compare
Choose a tag to compare

Match the changes with Pypi package and tensorflow.org documentation.

TensorFlow Official Models 2.11.0

23 Nov 00:09
Compare
Choose a tag to compare

This release of the Official Models targets TensorFlow 2.11.0. Note that Research/tutorial/sample models have been removed.

New features:

  1. MobileNetV2 backbone for Mask RCNN
  2. Panoptic deeplab supported;
  3. freeze_backbone supported, and many bug fixes
  4. FNet and SparseMixer implementations
  5. Move ViT models from projects to vision main backbone folder

Release branch is: https://github.com/tensorflow/models/tree/r2.11

TensorFlow Official Models 2.10.1

17 Nov 05:15
1d2b3ca
Compare
Choose a tag to compare

Fix open cv python 3.10 build issue. A lot of downstream clients need to build with 3.10.

What's Changed

  • Remove opencv-python-headless strict version requirement by @joezoug in #10831

New Contributors

Full Changelog: v2.10.0...v2.10.1

TensorFlow Official Models 2.10.0

19 Sep 21:45
Compare
Choose a tag to compare

This release of the Official Models targets TensorFlow 2.10.0. Note that Research/tutorial/sample models have been removed.

TF versions of requirements have been updated to use the corresponding major version.

Updates:

  1. MobileNetV2 backbone for Mask RCNN.
  2. Panoptic deeplab supported.
  3. freeze_backbone supported, and many bug fixes.

Pypi package for 2.10 cut is: https://pypi.org/project/tf-models-official/2.10.0/.

TensorFlow Official Models 2.7.2

08 Jul 06:48
Compare
Choose a tag to compare

Adds a prefetch_buffer_size option to set the prefetch buffer size for input_reader instead of autotune. This resolves the issue of increasing buffer size until the CPU memory is exhausted.

Updated pip package: https://pypi.org/project/tf-models-official/2.7.2/