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

translator and NN table #230

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

v3rchi3l
Copy link
Contributor

  • Translation function is added in the setting window
    -- Has the 5 general languages
    -- Directly modify UI files while maintaining their functionality
    -- If necessary, all the languages that googletrans has can be added

  • The recognition function with NN of cards on the table is added
    -- Cloth detection is added to avoid false positives
    -- The cloth area must be configured, the same area as the cards on the table
    -- The NN must be retrained to take the changes

  • Added googletrans to requirements_win.txt

v3rchi3l and others added 4 commits January 29, 2024 00:29
…, it is left disabled for the general user, for collaborators the option must only be enabled in "QT designer".

Parameters for training the NN are modified since it will be used to recognize the hand and the table.
Simple conflicts are resolved in the TEST.
---.---
The result of the NN on the table was verified with an efficiency of 99.98%, the recognition is done by cutting the area of cards on the table by 10 and processing that image (eliminating cloth and other colors) to result in 0/3/4/5 cards corresponding to the game states, I only configured this in GGpoker, that part needs to be improved.
…g (place only the first 5, any can be added within Google Translate)

NN recognition of table cards is added, the cloth must be mapped to avoid false positives
se modifico una linea para que se guarde setting correctamente
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant