-
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.