[POT] Added missed file to POT (#8118)
* Added missed file to POT * Update OMZ submodule
This commit is contained in:
parent
ff14899a96
commit
b7cfa39fc0
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,7 +1,8 @@
|
||||
# build/artifact dirs
|
||||
_*
|
||||
# but ensure we don't skip __init__.py
|
||||
# but ensure we don't skip __init__.py and __main__.py
|
||||
!__init__.py
|
||||
!__main__.py
|
||||
|
||||
# developer tools
|
||||
*.idea
|
||||
|
7
tools/pot/openvino/tools/pot/__main__.py
Normal file
7
tools/pot/openvino/tools/pot/__main__.py
Normal file
@ -0,0 +1,7 @@
|
||||
# Copyright (C) 2020-2021 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import sys
|
||||
from openvino.tools.pot.app.run import app
|
||||
|
||||
app(sys.argv[1:])
|
2
tools/pot/thirdparty/open_model_zoo
vendored
2
tools/pot/thirdparty/open_model_zoo
vendored
@ -1 +1 @@
|
||||
Subproject commit 9296a3712069e688fe64ea02367466122c8e8a3b
|
||||
Subproject commit 09970f5a06030d70828a4099c3fa91a84d324495
|
Loading…
Reference in New Issue
Block a user