6. Plan to deal with bug while evaluating `var_loss` and to have crops of desired size by additional padding.
7. Plan to include support for more classes.
8. Normalization for 3d ==> (0,1, 2)
9. Make normalization as default option for better extensibility
10. Parallelize operations like cropping
11. Eliminate the specification of grid size in notebooks -set to some default value
12. Simplify notebooks further
13. Make colab versions of the notebooks
14. Test `center=learn` capability for learning the center freely
15. Add the ILP formulation for stitching 2d instance predictions
16. Add the code for converting predictions from 2d model on xy, yz and xz slices to generate a 3D instance segmentation
17. Add more examples from medical image datasets
18. Add `threejs` visualizations of the instance segmentations. Explain how to generate these meshes, smoothen them and import them with `threejs` script.
19. Padding with `reflection` instead of `constant` mode
20. Include `cluster_with_seeds` in case nuclei or cell detections are additionally available
v0.2.2-tag
- Add all 3d example notebooks
- Pad images with average background intensity instead of 0