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

Predict script number of images limit #21

Closed
anon-techie opened this issue Jan 18, 2019 · 1 comment
Closed

Predict script number of images limit #21

anon-techie opened this issue Jan 18, 2019 · 1 comment

Comments

@anon-techie
Copy link

Hi, is there a limit to how many images predict script can generate ratings for? I have a dataset of couple of thousand images and the predict script run on 800 or so images. It doesn't load anything beyond that number. I checked my resource utilization, its even using 10% of the memory. Is there any way I can increase this limit to cover the whole dataset?

Thanks!

@clennan
Copy link
Collaborator

clennan commented Apr 4, 2019

Hi, no, there is no limit. The data generator in src/evaluater/predict.py creates batches of 64 images and should iterate through your dataset.

Do you get an error or it just finishes after 800 images?

@clennan clennan closed this as completed Apr 17, 2019
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