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

Batched inference #3

Open
voglinio opened this issue Oct 21, 2018 · 0 comments
Open

Batched inference #3

voglinio opened this issue Oct 21, 2018 · 0 comments

Comments

@voglinio
Copy link

Thank you for you great work and ideas. I would like to try this repo on my own satellite images. However since I don't get good utilization by passing images one by one in inference.py I decided to inference by batches. Initially I added one dimension to the image placeholder:

img_plac = tf.placeholder(shape=[None, None, 3], dtype=tf.uint8

Can you please guide me through this process because I am not familiar with tensorflow semantics

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

1 participant