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.
7
7
### Bug fixes
8
8
9
9
- 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 > )
10
11
11
12
## \[ v1.6.3\]
12
13
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
98
98
99
99
## Updates
100
100
101
- ### v1.6.3 (3Q24)
101
+ ### v1.6.4 (3Q24)
102
102
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
106
105
107
106
### Release History
108
107
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Releases
4
4
.. toctree ::
5
5
:maxdepth: 1
6
6
7
+ v1.6.4 (3Q24)
8
+ -------------
9
+
10
+ - Pad input image to square when tiling is enabled
11
+ - Fix confusion matrix calculation
12
+
7
13
v1.6.3 (3Q24)
8
14
-------------
9
15
Original file line number Diff line number Diff line change 3
3
# Copyright (C) 2021-2023 Intel Corporation
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
- __version__ = "1.6.4rc0 "
6
+ __version__ = "1.6.4 "
7
7
# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
Original file line number Diff line number Diff line change 1
1
openvino == 2023.3.0
2
2
openvino-model-api == 0.1.9.1
3
- otx == 1.6.3
3
+ otx == 1.6.4
4
4
numpy >= 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