1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-05 01:07:15 +08:00

Opt: use ONNX model converted from MXNet for faster OCR

This commit is contained in:
positnuec
2026-08-02 13:17:41 +08:00
parent 6d9534c41d
commit bd7d2e875e
10 changed files with 699 additions and 17 deletions

View File

@@ -79,6 +79,10 @@ Deploy:
# Address of ocr server for alas instance to connect
# [Default] 127.0.0.1:22268
OcrClientAddress: 127.0.0.1:22268
# Use ONNX Runtime for OCR inference instead of MXNet
# Requires onnxruntime package and model.onnx in each model directory
# [Default] false
UseOcrOnnx: false
Update:
# Use auto update and builtin updater feature