File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
api/usecases/exportable_code/demo Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ All notable changes to this project will be documented in this file.
3535- Fix NNCF training on CPU (< https://github.com/openvinotoolkit/training_extensions/pull/2373 > )
3636- Fix H-label classification (< https://github.com/openvinotoolkit/training_extensions/pull/2377 > )
3737- Fix invalid import structures in otx.api (< https://github.com/openvinotoolkit/training_extensions/pull/2383 > )
38+ - Add for async inference calculating saliency maps from predictions (Mask RCNN IR) (< https://github.com/openvinotoolkit/training_extensions/pull/2395 > )
3839
3940### Known issues
4041
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ natsort>=6.0.0
44prettytable
55protobuf>=3.20.0
66pyyaml
7- datumaro== 1.4.0rc4
7+ datumaro~= 1.4.0
88psutil
99scipy>=1.8
1010bayesian-optimization>=1.2.0
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.4.0rc4 "
6+ __version__ = "1.4.0 "
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.0
22openvino-model-api == 0.1.3
3- otx == 1.4.0rc4
3+ otx == 1.4.0
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