From 0556ea635421315fe47c979aead5c0a27c90d5ab Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Wed, 6 Nov 2024 13:35:09 +0100 Subject: [PATCH] OTX RC 2.2 version up (#4099) * Update changelog * OTX version up * Fix linter --- CHANGELOG.md | 4 ++++ src/otx/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a07bfd3650..6fd2dd5650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,10 @@ All notable changes to this project will be documented in this file. () - Support configurable input size () +- Revert the old workaround for detection confidence threshold + () +- Add Keypoint Detection legacy template + () ### Enhancements diff --git a/src/otx/__init__.py b/src/otx/__init__.py index 71f417fd31..94b31d8c42 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.0rc13" +__version__ = "2.2.0rc14" import os from pathlib import Path