Minor bug-fixes
Pre-release
Pre-release
A minor update since release v0.2.2
. This includes:
- Add
display_zslice
parameter andsave_checkpoint_frequency
parameter toconfigs
dictionary here
- Support for visualization for setups when
virtual_batch_multiplier
> 1 is still missing. - Also hardcoded install version of
tifffile
insetup.py
here because latest version currently (2021.6.14
) generates a warning message withimsave
command while generating crops withbbbc010-2012
dataset. Will relax this version specification in releasev0.2.4
TODOs include:
- Plan to update
pytorch
version to1.9.0
in releasev0.2.4
(currently pytorch version used is1.1.0
) - Plan to add
tile and stitch
capability in releasev0.2.4
for handling in large 2d and 3d images during inference - Plan to add a parameter
max_crops_per_image
in releasev0.2.4
to set an optional upper bound on number of crops extracted from each image - Plan to save all instance crops and center crops as RLE files in release
v0.2.4
- Plan to add an optional mask parameter during training which ignores loss computation from certain regions of the image in release
v0.2.4
- Plan to deal with bug while evaluating
var_loss
and to have crops of desired size by additional padding. - Plan to include support for more classes.
- Normalization for 3d ==> (0,1, 2)
- Make normalization as default option for better extensibility
- Parallelize operations like cropping
- Eliminate the specification of grid size in notebooks -set to some default value
- Simplify notebooks further
- Make colab versions of the notebooks
- Test
center=learn
capability for learning the center freely - Add the ILP formulation for stitching 2d instance predictions
- Add the code for converting predictions from 2d model on xy, yz and xz slices to generate a 3D instance segmentation
- Add more examples from medical image datasets
- Add
threejs
visualizations of the instance segmentations. Explain how to generate these meshes, smoothen them and import them withthreejs
script. - Padding with
reflection
instead ofconstant
mode - Include
cluster_with_seeds
in case nuclei or cell detections are additionally available