1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-12 19:01:47 +08:00

Opt: use ONNX model converted from MXNet for faster OCR with MXNet fallback

This commit is contained in:
positnuec
2026-08-11 03:12:42 +08:00
parent 51f11c541c
commit 11d6de3138
27 changed files with 809 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ def headless_requirements_generate(requirements_in='requirements-in.txt'):
'aiofiles': '23.1.0',
'inflection': '0.5.1',
'lz4': '4.3.2',
'numpy': '1.17.4',
'numpy': '1.21.6',
# 'onepush': '1.2.0',
'opencv-python': {
'name': 'opencv-python-headless',