File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ ignore-policy: ""
22ignorefile : .trivyignore
33insecure : false
44scan :
5+ skip-dirs :
6+ - docker/
7+ - src/otx/api/usecases/exportable_code/demo/
58 scanners :
69 - vuln
710 - secret
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## \[ v1.6.4\]
6+
7+ ### Bug fixes
8+
9+ - Pad input image to square when tiling is enabled (< https://github.com/openvinotoolkit/training_extensions/pull/3844 > )
10+
511## \[ v1.6.3\]
612
713### Enhancements
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.3 "
6+ __version__ = "1.6.4rc0 "
77# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
You can’t perform that action at this time.
0 commit comments