File tree Expand file tree Collapse file tree 4 files changed +27
-5
lines changed
docs/source/guide/release_notes
api/usecases/exportable_code/demo Expand file tree Collapse file tree 4 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,16 @@ All notable changes to this project will be documented in this file.
66
77### Bug fixes
88
9- - Fix 'None' node issue in label schema mapping in case of label deletion (#2300 )
9+ - Fix 'None' node issue in label schema mapping in case of label deletion (< https://github.com/openvinotoolkit/training_extensions/pull/2300 > )
10+ - Squeeze anomaly mpas in metadata (< https://github.com/openvinotoolkit/training_extensions/pull/2310 > )
11+ - Fix semantic segmentation soft prediction dtype (< https://github.com/openvinotoolkit/training_extensions/pull/2321 > )
12+ - Fix label deletion issue (< https://github.com/openvinotoolkit/training_extensions/pull/2315 > )
1013
1114### Enhancements
1215
13- - Per-class saliency maps for M-RCNN (#2301 )
14- - Disable semantic segmentation soft prediction processing (#2302 )
16+ - Per-class saliency maps for M-RCNN (< https://github.com/openvinotoolkit/training_extensions/pull/2301 > )
17+ - Disable semantic segmentation soft prediction processing (< https://github.com/openvinotoolkit/training_extensions/pull/2302 > )
18+ - Update export and nncf hyperparameters (< https://github.com/openvinotoolkit/training_extensions/pull/2306 > )
1519
1620## \[ v1.2.3\]
1721
Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ Release Notes
44.. toctree ::
55 :maxdepth: 2
66
7+ ******
8+ v1.2.4
9+ ******
10+
11+ - Per-class saliency maps for M-RCNN
12+ - Disable semantic segmentation soft prediction processing
13+ - Update export and nncf hyperparameters
14+
15+ *************
16+ v1.2.1-v1.2.3
17+ *************
18+
19+ - Upgrade 'mmdeploy==0.14.0' from PyPI
20+ - Integrate new ignored loss in semantic segmentation
21+ - Tiling Spatial Concatenation for OpenVINO IR
22+ - Optimize conuting train & inference speed and memory consumption
23+ - Improve warning message for tiling configurable parameter
24+
725*************
826v1.2.0 (1Q23)
927*************
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.2.4rc1 "
6+ __version__ = "1.2.4 "
77# NOTE: Sync w/ otx/api/usecases/exportable_code/demo/requirements.txt on release
Original file line number Diff line number Diff line change 11openvino == 2022.3.0
22openmodelzoo-modelapi == 2022.3.0
3- otx == 1.2.4rc1
3+ otx == 1.2.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