Skip to content

Commit 886c361

Browse files
authored
Update for release 2.2.0rc6 (#4027)
1 parent 026b5f0 commit 886c361

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ All notable changes to this project will be documented in this file.
6161
(<https://github.com/openvinotoolkit/training_extensions/pull/4009>)
6262
- Remove background label from RT Info for segmentation task
6363
(<https://github.com/openvinotoolkit/training_extensions/pull/4011>)
64+
- Prevent using too low confidence thresholds in detection
65+
(<https://github.com/openvinotoolkit/training_extensions/pull/4018>)
6466

6567
### Bug fixes
6668

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ In addition to the examples above, please refer to the documentation for tutoria
199199
- Change sematic segmentation to consider bbox only annotations
200200
- Relieve memory usage criteria on batch size 2 during adaptive batch size
201201
- Remove background label from RT Info for segmentation task
202+
- Prevent using too low confidence thresholds in detection
202203

203204
### Bug fixes
204205

docs/source/guide/release_notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Enhancements
4040
- Change sematic segmentation to consider bbox only annotations
4141
- Relieve memory usage criteria on batch size 2 during adaptive batch size
4242
- Remove background label from RT Info for segmentation task
43+
- Prevent using too low confidence thresholds in detection
4344

4445
Bug fixes
4546
^^^^^^^^^

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.0rc5"
6+
__version__ = "2.2.0rc6"
77

88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)