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

main.py --mode "input" not working. #27

Open
rashmisgh opened this issue Jul 7, 2018 · 5 comments
Open

main.py --mode "input" not working. #27

rashmisgh opened this issue Jul 7, 2018 · 5 comments

Comments

@rashmisgh
Copy link

Hey I tried this code with tensorflow-gpu==1.4 and tried to register a new user but the code(main.py --mode "input") did not worked. What can be the problem? Please help to solve this issue.

@yasir16
Copy link

yasir16 commented Nov 1, 2018

you should add "print" on this line

'''
def create_manual_data():
vs = cv2.VideoCapture(0); #get input from webcam

("Please input new user ID:") ---> print("Please input new user ID:")
new_name = input(); #ez python input()

@lamoboos223
Copy link

it's working but i'm having problem when trying to stop it by pressing 'q'
it doesn't stop! what is the solution please

@hsm4703
Copy link

hsm4703 commented Jul 12, 2019

it's working but i'm having problem when trying to stop it by pressing 'q'
it doesn't stop! what is the solution please

I have same problem with you
do you fix it?

@sathishraja92
Copy link

any help for the same problem. pressing 'q' is not working

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

No branches or pull requests

6 participants
@yasir16 @sathishraja92 @lamoboos223 @rashmisgh @hsm4703 and others