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

demo_img.py is not sequentially load image #14

Open
deokisys opened this issue Jan 11, 2018 · 1 comment
Open

demo_img.py is not sequentially load image #14

deokisys opened this issue Jan 11, 2018 · 1 comment

Comments

@deokisys
Copy link

I run demo_img.py then,

demo

4 images are saved in tools/img folder, but demo_img.py is load 1 image.
furthermore, after show 1 image then stop terminal, so I reboot terminal.
What process did I miss? or could you give some tips for this problem?

@nqanh
Copy link
Owner

nqanh commented Jan 11, 2018

There is a cv2.waitkey(0) command that stops the terminal and waits for your ESC key (to close the popup result windows). You can disable this line and/or use cv2.imwrite() to save the results to disk.

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

2 participants