File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
docs/source/guide/release_notes
api/usecases/exportable_code/demo Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77### Bug fixes
88
99- Pad input image to square when tiling is enabled (< https://github.com/openvinotoolkit/training_extensions/pull/3844 > )
10+ - Fix confusion matrix calculation (< https://github.com/openvinotoolkit/training_extensions/pull/3857 > )
1011
1112## \[ v1.6.3\]
1213
Original file line number Diff line number Diff line change @@ -98,11 +98,10 @@ You can find more details with examples in the [CLI command intro](https://openv
9898
9999## Updates
100100
101- ### v1.6.3 (3Q24)
101+ ### v1.6.4 (3Q24)
102102
103- - Improve Vitens Kiemgetal OTX 1.6.x
104- - Fix rotated detection data pipeline
105- - Update dependencies to omit vulnerabilities
103+ - Pad input image to square when tiling is enabled
104+ - Fix confusion matrix calculation
106105
107106### Release History
108107
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Releases
44.. toctree ::
55 :maxdepth: 1
66
7+ v1.6.4 (3Q24)
8+ -------------
9+
10+ - Pad input image to square when tiling is enabled
11+ - Fix confusion matrix calculation
12+
713v1.6.3 (3Q24)
814-------------
915
Original file line number Diff line number Diff line change 33# Copyright (C) 2021-2023 Intel Corporation
44# SPDX-License-Identifier: Apache-2.0
55
6- __version__ = "1.6.4rc0 "
6+ __version__ = "1.6.4 "
77# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
Original file line number Diff line number Diff line change 11openvino == 2023.3.0
22openvino-model-api == 0.1.9.1
3- otx == 1.6.3
3+ otx == 1.6.4
44numpy >= 1.21.0 ,<= 1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime
You can’t perform that action at this time.
0 commit comments