We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi
The code seems good but I have a doubt why are you manually inputting the left and right eye value in check.py:
{'path': '../test/open_man.jpg', 'right': (17,26,21,21), 'left': (47,24,22,22)}, {'path': '../test/closed_man.jpg', 'right': (27,43,32,32), 'left': (92,38,43,43)}, {'path': '../test/open_woman.jpg', 'right': (50,82,77,77), 'left': (184,65,78,78)}, {'path': '../test/closed_woman.jpg','right': (28,30,46,46), 'left': (83,34,42,42)},
Is there any other way so that we can test on any random input image??
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
The code seems good but I have a doubt why are you manually inputting the left and right eye value in check.py:
{'path': '../test/open_man.jpg', 'right': (17,26,21,21), 'left': (47,24,22,22)},
{'path': '../test/closed_man.jpg', 'right': (27,43,32,32), 'left': (92,38,43,43)},
{'path': '../test/open_woman.jpg', 'right': (50,82,77,77), 'left': (184,65,78,78)},
{'path': '../test/closed_woman.jpg','right': (28,30,46,46), 'left': (83,34,42,42)},
Is there any other way so that we can test on any random input image??
The text was updated successfully, but these errors were encountered: