Skip to content

Releases: HiLab-git/PyMIC

PyMIC-v0.4.0

26 Feb 08:16
e386513
Compare
Choose a tag to compare

Update notes:

1, pymic_net_run train and pymic_net_run test have been replaced with pymic_train and pymic_test respectively.

2, No need to use pymic_ssl, pymic_nll and pymic_wsl, and just use pymic_train to deal with all of these cases.

3, Allow printing version via pymic.version

PyMIC-v0.3.1

06 Dec 09:10
1ecadee
Compare
Choose a tag to compare

Update from previous release:
1, Allow automatic installation of dependencies when using "pip install"
2, For evaluation of segmentation results, support setting a list of evaluation metrics. e.g., "metric = dice" is now updated as "metric_list = [dice, assd]" in the configuration file.

PYMIC-v0.3.0

21 Aug 08:27
f2dad93
Compare
Choose a tag to compare

update algorithms for annotation-efficient learning

PYMIC-v0.2.5

28 Jul 01:39
1ec43c6
Compare
Choose a tag to compare

New support for

  • Semi-supervised learning
  • Weakly supervised learning
  • Learning with noisy labels
  • Customized inference function

PYMIC-v0.2.4

16 Sep 03:43
Compare
Choose a tag to compare

new features compared with 0.2.3:
1, Support multiple checkpoint ensemble
2, Simplified configure files by allowing default values
3, Update loss functions

PyMIC-v0.2.3

21 May 07:32
Compare
Choose a tag to compare

1, Allow a combination of several loss functions for segmentation
2, Set transform and batch size for validation and testing

PyMIC-v0.2.2

04 May 05:05
Compare
Choose a tag to compare

Several updates from the last release:

  1. support multi-GPU training
  2. simplify the command for training and testing
  3. enable selecting the latest checkpoint or the best performing checkpoint
  4. add ROC for classification taks

PyMIC-v0.2.1: Merge pull request #9 from HiLab-git/dev_cls

01 Mar 11:50
1fcdf26
Compare
Choose a tag to compare

Version v0.2.1. New properties: add support to image classification.

PyMIC-v0.1

16 Apr 02:59
Compare
Choose a tag to compare

The first version supporting 2D and 3D image segmentation.