Skip to content

Version 3.6.7

Choose a tag to compare

@danifranco danifranco released this 08 Nov 21:37
· 171 commits to master since this release

Minor:

  • Update all notebooks to the new version and simplify BMZ cell
  • Minor change in fill_holes_in_seg_masks.py
  • Speed up the label creation process and display ETA bar when there are more than 200 instances in the image
  • Improve error message if something happened extracting the input image shape from model RDF
  • Substitute affable-shark with other models as it is currenlty crashing and it is normally the one used to test new things so could not be stable
  • Enhance check_masks() error messages
  • Clarify when LOSS.CLASS_REBALANCE is used
  • Make the YAML loading step more robust
  • Add foreground_probs_to_instances.py aux script

Bugs fixed:

  • Try to solve conda-forge-bump issue
  • Fix halo values for BMZ packages using 3D models
  • Improve B and F channels when they are used alone and with weights (We)
  • Rename Dc channel type center to centroid as other channels and fix a minor bug setting its default value
  • Fix bug with the inference of BMZ models as the activations were not applied if the model were not defining them explicitly
  • Fix errors in LOSS.CLASS_WEIGHTS
  • Fix bug using hrnet48 and include it in run_checks.py

Full Changelog: v3.6.6...v3.6.7