Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@guillaumejaume guillaumejaume released this 06 Jun 13:35
· 4 commits to main since this release
8596152
  • Search nested to process WSIs located in nested dirs (--search_nested)

  • New caching mechanism to process very large batches of WSIs. When processing 100k+ WSIs, they are often stored on slow HDDs. To address this, use local caching on a fast SSD (--wsi_cache ./cache --cache_batch_size 32). Data will be copied automatically in batches, and processed in parallel. Automatic cleanup.

  • New release() function in the Processor and WSI to ensure GPU memory is released.

  • Version automatically inferred from the the toml file.