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

Progressbar works differently than expected in batch mode #42

Open
andreped opened this issue Jun 22, 2022 · 0 comments
Open

Progressbar works differently than expected in batch mode #42

andreped opened this issue Jun 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@andreped
Copy link
Member

I just tried running inference in batch mode using the two images in the test data using the BACH model.

What happens is that a progress bar shows. All good. However, the progressbar seems to work a little differently than assumed.

What happens is that it iterates up to 50%, patch-by-patch, before it goes to the next image, and continues to 100%.

At least the user has verbose for both images, but there is no information on how many images it has iterated through, unless you do the math yourself.

I would think two progressbars here make more sense and is more user friendly:

  1. showing which image it is currently processing
  2. for the current image, how far has the patch processing come
@andreped andreped added the enhancement New feature or request label Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant