Fix: workaround for drawing non-latin characters (#7686)

* Add transliteration support to draw_box_with_label function

* isort
This commit is contained in:
Sergey Krashevich
2023-11-21 05:05:51 +03:00
committed by GitHub
parent 3dd0192fe6
commit 500d369c50
3 changed files with 33 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ scipy == 1.11.*
norfair == 2.2.*
setproctitle == 1.3.*
ws4py == 0.5.*
unidecode == 1.3.*
# Openvino Library - Custom built with MYRIAD support
openvino @ https://github.com/NateMeyer/openvino-wheels/releases/download/multi-arch_2022.3.1/openvino-2022.3.1-1-cp39-cp39-manylinux_2_31_x86_64.whl; platform_machine == 'x86_64'
openvino @ https://github.com/NateMeyer/openvino-wheels/releases/download/multi-arch_2022.3.1/openvino-2022.3.1-1-cp39-cp39-linux_aarch64.whl; platform_machine == 'aarch64'