qupath / qupath-extension-wsinfer

QuPath extension to work with WSInfer - https://wsinfer.readthedocs.io/
Apache License 2.0
22 stars 7 forks source link

Cache zoo file #30

Closed alanocallaghan closed 1 year ago

alanocallaghan commented 1 year ago

This first tries to download the zoo file, but if it's not present, it'll try to read a previously-download version. If all fails and we can't read the cached version, the error message at least should point people in the right direction.

I think this makes the extension as offline-friendly as possible.

Resolves #29