yoloserv/modules/openvino-master/tools/pot/main.py
2024-01-22 10:12:33 -04:00

8 lines
166 B
Python

# Copyright (C) 2020-2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
from openvino.tools.pot.app.run import main
if __name__ == '__main__':
main()