We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a6ef8 commit ebd10e8Copy full SHA for ebd10e8
RELEASE_OVERVIEW.md
@@ -1,5 +1,10 @@
1
# Release Overview
2
3
+**New in version 1.5.0**
4
+- Preliminary version of object classification tool.
5
+- Enabling support for napari v6, zarr v3 and numpy v2.
6
+- Add support for training models for automatic instance segmentation-only.
7
+
8
**New in version 1.4.0**
9
10
This release includes three main changes:
micro_sam/instance_segmentation.py
@@ -793,6 +793,7 @@ def get_unetr(
793
final_activation="Sigmoid",
794
use_skip_connection=False,
795
resize_input=True,
796
+ use_conv_transpose=True,
797
)
798
799
if decoder_state is not None:
0 commit comments