Skip to content

Commit 0556ea6

Browse files
authored
OTX RC 2.2 version up (#4099)
* Update changelog * OTX version up * Fix linter
1 parent bb15adc commit 0556ea6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ All notable changes to this project will be documented in this file.
3030
(<https://github.com/openvinotoolkit/training_extensions/pull/3810>)
3131
- Support configurable input size
3232
(<https://github.com/openvinotoolkit/training_extensions/pull/3788>)
33+
- Revert the old workaround for detection confidence threshold
34+
(<https://github.com/openvinotoolkit/training_extensions/pull/4096>)
35+
- Add Keypoint Detection legacy template
36+
(<https://github.com/openvinotoolkit/training_extensions/pull/4094>)
3337

3438
### Enhancements
3539

src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "2.2.0rc13"
6+
__version__ = "2.2.0rc14"
77

88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)