MONAI icon indicating copy to clipboard operation
MONAI copied to clipboard

Multithread batch sampler for `PatchInferer`

Open drbeh opened this issue 1 year ago • 2 comments

Fixes #6138

Description

This PR makes the batch sampling of PatchInferer multi-threaded so that WSI inference (using WSI splitters) can leverage this to enhance performance.

Types of changes

  • [x] Non-breaking change (fix or new feature that would not break existing functionality).
  • [x] New tests added to cover the changes.
  • [x] Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • [x] Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • [x] In-line docstrings updated.

drbeh avatar Mar 13 '23 19:03 drbeh

@ericspod any more comments here? Otherwise, we can merge it. Thanks

drbeh avatar Jul 14 '23 16:07 drbeh

/build

wyli avatar Jul 14 '23 17:07 wyli