- Add CREMI evaluation command.
- Add 3D region filling animation.
- Fix region filling animations.
- F_0.5 validation metrics.
- Fix pip install.
- Many other fixes and tweaks (see git log).
- Fix bug creating U-net with far too few channels.
- Fix bug causing revisit of seed position.
- Fix bug breaking sparse fill.
- Much faster, more reliable training and validation.
- U-net supports valid padding mode and other features from original specification.
- Add artifact augmentation.
- More efficient subvolume sampling.
- Many other changes.
- Training now works in Python 3.
- Multi-GPU filling: filling will now use the same number of processes and
GPUs specified by
training.num_gpus
.
- Attempt to fix PyPI configuration file packaging.
- First release on PyPI.