-
Notifications
You must be signed in to change notification settings - Fork 221
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
I think there are some problems in your function input_read() in main.py. #9
Comments
Traceback (most recent call last): Caused by op u'ReaderReadV2', defined at: OutOfRangeError (see above for traceback): FIFOQueue '_0_input_producer' is closed and has insufficient elements (requested 1, current size 0) |
How did you solve this problem? |
Same promblem here!!!! Can anyone shed some light on this??? Thanks in advance. |
Oh, I think I get the same problem too. Can anyone else sovle this problem? |
Hello, has anyone found a way around this yet? I am facing the same issue. |
main.py -> 247 and 330 |
I think there are some problems in your function input_read() in main.py.
Shouldn't we add code such like "while not coord.should_stop():" to make that the variable image_file_A always get images from variable filename_queue_A ?
Anyway ,when I run you code, there are some problems. I am confused how you can get your results.
Hope for your help, thank you
The text was updated successfully, but these errors were encountered: