Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG - Live game helper not capturing the correct seed number #373

Open
TomMaverick opened this issue Aug 3, 2024 · 2 comments
Open

BUG - Live game helper not capturing the correct seed number #373

TomMaverick opened this issue Aug 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@TomMaverick
Copy link

TomMaverick commented Aug 3, 2024

Describe the bug

The live game helper does not capture the correct seed number.
The website shows the seed number as 6610697, 6610 or other incomplete numbers even though the seed in game is 661069794.
This happens like 80% of the time. Sometimes it gets the correct seed number for a few seconds but then switches back to a faulty one.
It also sees the 7 as a 1 in some occasions.

I thought it might be because the OCR can't recognize the numbers on a brighter or darker background, but even with the numbers on a different background it still happens.

Screenshots

Capture1

Capture2

Additional context

I'm running the game in Window mode: Windowed
at a resolution of 2560 x 1440

Game version: Apr 30 2024 - 14:49:50

@TomMaverick TomMaverick added the bug Something isn't working label Aug 3, 2024
@TwoAbove
Copy link
Owner

Thanks! This is a limitation of the OCR that I'm using. The solution is to train a better OCR model, which is on the todo list

@TwoAbove
Copy link
Owner

Reference to PR with training code: #339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants