[POT] Added missed file to POT (#8118)
* Added missed file to POT * Update OMZ submodule
This commit is contained in:
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
Submodule tools/pot/thirdparty/open_model_zoo updated: 9296a37120...09970f5a06
Reference in New Issue
Block a user