You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've updated the code in the repository to use MKLDNN if you are running on the CPU. With it enabled, I get OCR times between 0.3-0.5 seconds and a total processing time of 0.6-0.8 seconds on an AMD Ryzen 9 3900X (on 1080p screenshots).
Ideally, you would want to run PaddleOCR on the GPU. On a GeForce RTX 3070, I achieve OCR times around 0.1 seconds and a total processing time of 0.4 seconds (on 1080p screenshots). When using the GPU, there will be a warmup of a few seconds on the first image processed.
Script works great. I can imagine non-ingame related use-cases, ie writing articles, discord bot etc.
Unfortunately it's quite slow which renders it unusable for non-bot ingame purposes, ie checking if gear has desired affixes when playing "manually".
Tested it briefly and got:
7.3s with find-tooltip True
16.75s with find-tooltip False
Nice work either way.
The text was updated successfully, but these errors were encountered: