This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
0.3.0
Added
- Support for 2D image loading optionally using
skimage
,pillow
, orsimpleitk
- Image reader and sampler with
tf.data.Dataset
- Class-balanced image window sampler
- Random deformation as data augmentation with SimpleITK
- Segmentation loss with dense labels (multi-channel binary labels)
- Experimental features:
- learning-based registration
- image classification
- model evaluation
- new engine design with observer pattern