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

Batch Inference Time Calculation #28

Open
jmandivarapu1 opened this issue Aug 21, 2020 · 0 comments
Open

Batch Inference Time Calculation #28

jmandivarapu1 opened this issue Aug 21, 2020 · 0 comments

Comments

@jmandivarapu1
Copy link

jmandivarapu1 commented Aug 21, 2020

Hi Team,
I have a question regarding the run time of publaynet during Inference time or test time.
Right now I see arguments take one Image at a time. I tried passing multiple Images to arguments and processing one at a time and it works.

But I am curious and want to know how to process a batch of images at a time like may be batch of 128 or 64 ..etc.?

Can anybody estimate like time for 100 Images if processed as a batch?

Currently it's taking 14 Minutes for 1000 Images detection of sections in Images publaynet detections if process one by one on Tesla K 80 GPU or CPU as it is in evaluation mode

or does it follow detectron 2 which can process 8 images per second for training but not sure during test time?

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