From 8e84a043e751e7f765b4992d8c1a1a37fd8aaab9 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Tue, 24 Sep 2024 09:54:43 +0900 Subject: [PATCH] update for 2.2.0rc3 --- CHANGELOG.md | 2 ++ README.md | 1 + docs/source/guide/release_notes/index.rst | 1 + src/otx/__init__.py | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47efe68bac9..d9fa3593381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,8 @@ All notable changes to this project will be documented in this file. () - Change categories mapping logic () +- Fix config converter for tiling + () ## \[v2.1.0\] diff --git a/README.md b/README.md index f1c3043a6e1..077d7083370 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ In addition to the examples above, please refer to the documentation for tutoria - Add num_devices in Engine for multi-gpu training - Add missing tile recipes and various tile recipe changes - Change categories mapping logic +- Fix config converter for tiling ### Known issues diff --git a/docs/source/guide/release_notes/index.rst b/docs/source/guide/release_notes/index.rst index 75070a72926..fbb2ec1e65b 100644 --- a/docs/source/guide/release_notes/index.rst +++ b/docs/source/guide/release_notes/index.rst @@ -46,6 +46,7 @@ Bug fixes - Add num_devices in Engine for multi-gpu training - Add missing tile recipes and various tile recipe changes - Change categories mapping logic +- Fix config converter for tiling v2.1.0 (2024.07) ---------------- diff --git a/src/otx/__init__.py b/src/otx/__init__.py index 225fbef0d04..5a63dae00ea 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.0rc2" +__version__ = "2.2.0rc3" import os from pathlib import Path