positnuec
239f252881
Feat: adopt upstream standalone ONNX OCR backend
...
Adopt the standalone OnnxOcr from upstream PR #5893 (381bb8d05,
by Horizon101011), which vendors cnocr's pure-Python pipeline so
the ONNX path loads no mxnet at runtime. Backend is selected via
deploy config, keeping onnxruntime a standard dependency and onnx
the default.
Co-authored-by: Horizon101011 <43370844+Horizon101011@users.noreply.github.com >
2026-08-16 23:53:46 +08:00
51f11c541c
Merge branch 'island'
2026-08-09 07:01:41 +08:00
eb14706202
Fix: correct dash in filter to \u002D
2026-07-13 15:03:42 +08:00
e5ce328af2
Fix: use appear_on for ROLE_SELECT_ENTER
2026-06-09 17:13:54 +08:00
fd2313f239
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
2026-04-18 23:56:17 +08:00
LmeSzinc
31efe2a054
Add: Event entrance of Vacation Lane – Beachside Brilliance (event_20260417_cn)
2026-04-18 00:18:14 +08:00
1bbda48bce
Upd: revert test code
2026-01-22 17:37:27 +08:00
d1e163baa0
Fix: use appear_on for ROLE_SELECT_ENTER
2026-01-19 02:45:42 +08:00
ee870fb693
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
2025-12-01 13:11:18 +08:00
LmeSzinc
265e33b93c
Add: [ALAS] Syntactic sugar for state machine with timeout
2025-12-01 01:00:41 +08:00
GH Action - Upstream Sync
8de57e187e
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
2025-10-21 17:19:41 +00:00
LmeSzinc
01b3dc2369
Opt: [ALAS] handle first screenshot in loop()
2025-10-22 01:11:33 +08:00
LmeSzinc
d4142afa22
Refactor: Timer class
2025-10-22 01:09:45 +08:00
f6b486b1ae
Upd: image_fixup
2025-10-02 01:12:10 +08:00
98be496932
Opt: scan emotion status to adjust emotion value
2025-09-15 19:30:11 +08:00
LmeSzinc
25c81f08f4
Fix: [ALAS] close pillow Image object
2025-06-09 13:06:52 +08:00
LmeSzinc
bc1046c79f
Pref: [ALAS] faster get_bbox()
2025-05-20 00:37:33 +08:00
LmeSzinc
316966e60f
Dev: [ALAS] add syntactic sugar to start a state loop
2025-05-19 02:49:21 +08:00
LmeSzinc
8311652caa
Pref: [ALAS] Improve performance on various utils functions
2025-04-14 00:48:44 +08:00
LmeSzinc
abde744e29
Add: [ALAS] Util function xywh2xyxy(), xyxy2xywh()
2025-02-23 01:30:07 +08:00
LmeSzinc
5b4f4538ab
Fix: [ALAS] get_bbox_reversed should have a reversed threshold by default
2025-02-20 12:09:27 +08:00
LmeSzinc
42b4eb38b7
Opt: [ALAS] Match luma template in match_template_color
...
This is an untested change
2024-12-27 02:57:08 +08:00
LmeSzinc
48e4c78a43
Fix: Default color match threshold should be the original value
...
COLOR_SIMILAR_THRESHOLD
2024-12-11 11:46:23 +08:00
LmeSzinc
ba5b853cb9
Refactor: Standardize the use of match_template_color()
2024-12-09 16:09:34 +08:00
LmeSzinc
164db6f4da
Chore: Rename "threshold" in template matching to "similarity"
...
to be differ from the "threshold" in color matching
2024-12-09 15:37:25 +08:00
LmeSzinc
34eb6c481e
Fix: color_bar_percentage should get prev_color from similar color
...
not average
2024-09-25 14:29:49 +08:00
LmeSzinc
b6fd913b56
Add: [ALAS] set_cached_property
2024-07-12 01:45:26 +08:00
霞飛
0b97b40c46
Feature: New OpsiShop. ( #3086 )
...
* feat: New OpsiShop
* fix: use AdaptiveScroll
* feat: scan counter
* perf: calculate y value
2024-06-17 11:24:40 +08:00
LmeSzinc
a668840ee9
Pref: Faster is_combat_loading()
2024-06-05 02:24:47 +08:00
LmeSzinc
58202c6a40
Pref: Reuse image array to improve memory performance
2024-06-05 01:15:41 +08:00
LmeSzinc
5f56a2bdb7
Chore: [ALAS] Move func methods to the Alas class
2024-05-30 13:34:24 +08:00
LmeSzinc
66f66c998d
Add: Sync get_interval_timer
2024-05-23 01:44:49 +08:00
LmeSzinc
ecfd5d50bf
Upd: [CN] Support UI in 2024.05.21
2024-05-23 01:16:41 +08:00
LmeSzinc
28b452164f
Pref: Release rpc connection on idle so OCR can be load balanced
2024-05-09 02:57:45 +08:00
LmeSzinc
a59f82225c
Opt: [ALAS] Replace cv2.multiply with cv2.convertScaleAbs for faster
2024-05-02 17:41:02 +08:00
LmeSzinc
44c4ccc240
Opt: [ALAS] Improve memory performance in utils
2024-04-30 17:42:56 +08:00
LmeSzinc
31da8d42a1
Opt: Early init minitouch and MaaTouch for faster startup
2024-04-15 03:48:37 +08:00
LmeSzinc
16ba4aaad6
Chore: Poorly search mxnet-cu* instead of using pkg_resources
2024-04-15 02:55:06 +08:00
LmeSzinc
8ee4405d49
Add: [ALAS] Add background worker
2024-04-13 23:32:13 +08:00
LmeSzinc
43bdc7e610
Opt: Add early_ocr_import for faster mxnet import
2024-04-13 22:48:12 +08:00
LmeSzinc
1dad0031f1
Add: Argument scaling in Template.match_multi()
2023-11-10 12:00:08 +08:00
LmeSzinc
d28f43061e
Opt: Faster image_color_count()
2023-09-21 10:28:56 +08:00
LmeSzinc
e30914c83b
Fix: Unicode characters similar to ">" ( #3027 )
2023-08-19 23:29:13 +08:00
LmeSzinc
6a7de8fc76
Add: [ALAS] Utility func image_paste() and get_bbox_reversed()
2023-08-03 00:52:40 +08:00
LmeSzinc
11d094c025
Fix: [ALAS] Handle None in interval_clear()
2023-07-02 15:20:37 +08:00
LmeSzinc
64f4f72c01
Fix: [ALAS] Remove the use of np.float
2023-07-02 15:20:34 +08:00
LmeSzinc
18cba1f9d0
Chore: Remove the use of np.int
2023-05-30 10:28:51 +08:00
LmeSzinc
4f761b1e6f
Upd: ALAS framework updates
2023-05-16 09:11:46 +08:00
LmeSzinc
456f8ea275
Fix: Allow negative values in location2node() ( #2446 )
2023-04-15 22:19:31 +08:00
LmeSzinc
7261235cc4
Fix: [GIA] Sync utils functions to ALAS
2023-02-17 23:50:30 +08:00