Skip to content

Commit

Permalink
OTX RC 2.2 version up (#4099)
Browse files Browse the repository at this point in the history
* Update changelog

* OTX version up

* Fix linter
  • Loading branch information
sovrasov authored Nov 6, 2024
1 parent bb15adc commit 0556ea6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ All notable changes to this project will be documented in this file.
(<https://github.com/openvinotoolkit/training_extensions/pull/3810>)
- Support configurable input size
(<https://github.com/openvinotoolkit/training_extensions/pull/3788>)
- Revert the old workaround for detection confidence threshold
(<https://github.com/openvinotoolkit/training_extensions/pull/4096>)
- Add Keypoint Detection legacy template
(<https://github.com/openvinotoolkit/training_extensions/pull/4094>)

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion src/otx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0556ea6

Please sign in to comment.