qupath-extension-wsinfer icon indicating copy to clipboard operation
qupath-extension-wsinfer copied to clipboard

QuPath extension to work with WSInfer - https://wsinfer.readthedocs.io/

Results 4 qupath-extension-wsinfer issues
Sort by recently updated
recently updated
newest added

Handling of model loading/querying has changed, see https://github.com/deepjavalibrary/djl/issues/2875 for some relevant discussion

I've followed the installation steps for this extension and when it comes to installing PyTorch it fails with ``` 11:27:31.954 [wsinfer1] ERROR qupath.ext.wsinfer.ui.PytorchManager Failed to download PyTorch native library ai.djl.engine.EngineException:...

Simply a request for comments. In my experience I often find strided inference (i.e. overlapping tiles) to be more informative than inference on a grid of non-overlapping tiles, like WSInfer...

enhancement