Skip to content

Version 3.3.4

Compare
Choose a tag to compare
@danifranco danifranco released this 08 Feb 18:25
· 306 commits to master since this release

Changes:

  • Set TEST.DET_EXCLUDE_BORDER to False by default.
  • Add TEST.DET_PEAK_LOCAL_MAX_MIN_DISTANCE.
  • 3 int tuple for TEST.RESOLUTION in instance segmentation if TEST.ANALIZE_2D_IMGS_AS_3D_STACK.
  • Prevent usage of EfficientNet architectures for 3D.
  • Add PROBLEM.INSTANCE_SEG.WATERSHED_BY_2D_SLICE.

Fix:

  • Prevent creating multiple processes to manage data if low samples are available.
  • Solve EfficientNet issue with biapy backend as discussed here.
  • Bug in instance seg when no labels are provided.
  • Disable aug sample image generation if DA is disabled.
  • Fix SSL bug during training due to recent changes.