- Add option to return encoder features, and decoder features along the outputs in the forward pass of any model.
Fixes
- Turn the `cellpose` and `stardist` postproc dirs into modules. <a id='changelog-0.1.13'></a>
0.1.12
Performance
- Reverse engineered the `stardist` post-processing pipeline to python. Accelerated it with Numba and optimized it even further. Now it runs almost 2x faster than the original C++ verion.
Fixes
- Fix bug with padding in `SlidingWindowInferer` <a id='changelog-0.1.11'></a>
0.1.11
Removed
- unnecessary torchvision dependency
<a id='changelog-0.1.10'></a>
0.1.10
Removed
- torch-optimizer removed from the optional dependency list. Started to cause headache.
<a id='changelog-0.1.9'></a>
0.1.9
Refactor
- Moved saving utilities to `FileHandler` and updated tests.
Features
- Added geojson saving support for inference
<a id='changelog-0.1.8'></a>
0.1.8
Features
- Support to return all of the feature maps from each decoder stage.