Skip to content

Releases: mist-medical/MIST

v0.4.20-alpha

01 Oct 00:26
26aa9bb
Compare
Choose a tag to compare
v0.4.20-alpha Pre-release
Pre-release

Bug fixes for VAE regularization.

Bug fixes for pre-trained models. We know this works for nnUNet models, but we need to do more investigation.

Refactor analysis, preprocessing, inference, and training modules to production-quality code.

v0.4.19-alpha

13 Sep 22:29
8b34d81
Compare
Choose a tag to compare
v0.4.19-alpha Pre-release
Pre-release

Bug fix for evaluation.

Readability for util functions related to creating paths CSV files.

Filter out hidden files when creating train_paths.csv and fg_bboxes.csv.

Add extra error handling for small datasets and multiple GPUs.

v0.4.18-alpha

12 Sep 18:46
a277f65
Compare
Choose a tag to compare
v0.4.18-alpha Pre-release
Pre-release

Refactor the analyze_data module to have production-quality code.

Change the back_to_original_space function in main_inference to set the predictions spacing to the target spacing before applying resampling to the original spacing.

v0.4.16-alpha

05 Aug 00:13
Compare
Choose a tag to compare
v0.4.16-alpha Pre-release
Pre-release

Add cldice loss function and include dynamic weighting with dice+ce loss function.

Change validation loss from dice to dice+ce.

v0.4.15-alpha

22 Jul 05:53
Compare
Choose a tag to compare
v0.4.15-alpha Pre-release
Pre-release

Update calculation of steps per epoch.

v0.4.12-alpha

17 Jul 05:16
Compare
Choose a tag to compare
v0.4.12-alpha Pre-release
Pre-release

Update the training loop so that testing on each fold happens after training. This addresses a known bug that occurs due to the GPU pool sitting idle for too long while the rank 0 GPU runs inference on the test set for a given fold.

Improvements to the computation of the DTMs to handle cases where a current class does not exist in a mask and an option to normalize the DTMs so that their values lie between -1 and 1.

v0.4.11-alpha

28 Jun 06:34
Compare
Choose a tag to compare
v0.4.11-alpha Pre-release
Pre-release

The bug fix for inference failed. Reverting to the previous version of the back_to_original_space function in main_inference.py.

v0.4.10-alpha

19 Jun 21:23
Compare
Choose a tag to compare
v0.4.10-alpha Pre-release
Pre-release

Update license to Apache 2.0.

v0.4.9-alpha

09 Jun 19:36
Compare
Choose a tag to compare
v0.4.9-alpha Pre-release
Pre-release

Update inference for a bug in ants.reorient_image2

v0.4.8-alpha

24 May 20:56
Compare
Choose a tag to compare
v0.4.8-alpha Pre-release
Pre-release

Upgrade to PyTorch 2.3 and add flag to set surface dice tolerance