From 93adf0d2906f8cfdf8cf8f2405864d125e50b818 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Wed, 16 Oct 2024 04:55:34 +0900 Subject: [PATCH] Update for release 2.2.0rc7 (#4036) update for release 2.2.0rc7 --- CHANGELOG.md | 24 ++++++++++++------------ src/otx/__init__.py | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7970722a0b..5e7a880a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,29 +7,29 @@ All notable changes to this project will be documented in this file. ### New features - Add RT-DETR model for Object Detection - (https://github.com/openvinotoolkit/training_extensions/pull/3741) + () - Add Multi-Label & H-label Classification with torchvision models - (https://github.com/openvinotoolkit/training_extensions/pull/3697) + () - Add Hugging-Face Model Wrapper for Classification - (https://github.com/openvinotoolkit/training_extensions/pull/3710) + () - Add LoRA finetuning capability for ViT Architectures - (https://github.com/openvinotoolkit/training_extensions/pull/3729) + () - Add Hugging-Face Model Wrapper for Object Detection - (https://github.com/openvinotoolkit/training_extensions/pull/3747) + () - Add Hugging-Face Model Wrapper for Semantic Segmentation - (https://github.com/openvinotoolkit/training_extensions/pull/3749) + () - Enable torch.compile to work with classification - (https://github.com/openvinotoolkit/training_extensions/pull/3758) + () - Add `otx benchmark` subcommand - (https://github.com/openvinotoolkit/training_extensions/pull/3762) + () - Add RTMPose for Keypoint Detection Task - (https://github.com/openvinotoolkit/training_extensions/pull/3781) + (, ) - Add Semi-SL MeanTeacher algorithm for Semantic Segmentation - (https://github.com/openvinotoolkit/training_extensions/pull/3801) + () - Update head and h-label format for hierarchical label classification - (https://github.com/openvinotoolkit/training_extensions/pull/3810) + () - Support configurable input size - (https://github.com/openvinotoolkit/training_extensions/pull/3788) + () ### Enhancements diff --git a/src/otx/__init__.py b/src/otx/__init__.py index 0116a113ec..4aac3c0eda 100644 --- a/src/otx/__init__.py +++ b/src/otx/__init__.py @@ -3,7 +3,7 @@ # Copyright (C) 2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -__version__ = "2.2.0rc6" +__version__ = "2.2.0rc7" import os from pathlib import Path