Skip to content
New issue

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

How are you detecting the left and right eye in check.py #2

Open
D1vyansh opened this issue Jun 30, 2020 · 0 comments
Open

How are you detecting the left and right eye in check.py #2

D1vyansh opened this issue Jun 30, 2020 · 0 comments

Comments

@D1vyansh
Copy link

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??

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant