Skip to content

Commit

Permalink
[POT] Added missed file to POT (openvinotoolkit#8118)
Browse files Browse the repository at this point in the history
* Added missed file to POT

* Update OMZ submodule
  • Loading branch information
l-bat authored Oct 21, 2021
1 parent ff14899 commit b7cfa39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions tools/pot/openvino/tools/pot/__main__.py
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion tools/pot/thirdparty/open_model_zoo
Submodule open_model_zoo updated 1381 files

0 comments on commit b7cfa39

Please sign in to comment.