Skip to content

Releases: ENHANCE-PET/MOOSE

moosez-v.3.0.7

09 Dec 20:04
Compare
Choose a tag to compare

moosez-v.3.0.6

09 Dec 10:47
a18fd9d
Compare
Choose a tag to compare

What's Changed

  • Python 3.9 type hints and compatability | FOV warning | better logging by @Keyn34 in #162

Full Changelog: moosez-v.3.0.5...moosez-v.3.0.6

moosez-v.3.0.5

25 Nov 07:11
00d61b8
Compare
Choose a tag to compare

What's Changed

  • Improved output handling for nnUNet and better package function by @Keyn34 in #159

Full Changelog: moosez-v.3.0.4...moosez-v.3.0.5

moosez-v.3.0.4

22 Nov 11:20
9a1370c
Compare
Choose a tag to compare

moosez-v.3.0.3

22 Nov 11:11
33bb41e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: moosez-v.2.2.37...moosez-v.3.0.3

moosez-v.2.2.37

18 Oct 09:16
Compare
Choose a tag to compare
Change `os.rename` to `shutil.move` to allow file overwriting in `ren…

moose-v.2.2.36

17 Oct 13:28
Compare
Choose a tag to compare
Fix version number

moose-v.2.2.35

06 Oct 15:59
d5f4bec
Compare
Choose a tag to compare
[Bug] Included the right opencv-python version

https://github.com/QIMP-Team/MOOSE/issues/67

Moose v2.2.33 Release Notes

03 Oct 10:43
8547bca
Compare
Choose a tag to compare

Date: 3rd october 2023


New Features

  • Custom nnU-Net Trainer: Specialized trainer for optimized vertebrae segmentation.
  • Severe Data Augmentation (DA5): Enhanced data augmentation strategy for improved generalization.
  • No Mirroring: Focused on capturing clinically relevant features by removing data mirroring.

Notes

  • Backward-compatible but upgrading is strongly recommended.
  • Performance metrics comparing new and old models to be released soon.

moose v2.2.32 Release Notes

26 Sep 12:33
b784025
Compare
Choose a tag to compare

Release Date

2023-09-26

Overview

We are excited to announce the release of moose v2.2.32! This update brings new features and improvements that make medical image analysis for preclinical arena easier and more efficient.

What's New

Features

Preclinical CT Legs Model

  • We've included a new model called preclin_ct_legs, designed to segment mouse preclinical CT images for the left and right leg.

Improvements

tqdm Progress Bar in nnunetv2

  • The tqdm progress bar from nnunetv2 is now hidden. We rerouted it to stderr to make the user interface cleaner.

Installation

To install the latest version, run the following command:

pip install moosez==2.2.32

or update using:

pip install --upgrade moosez

Acknowledgments

We would like to thank our contributors and users for their continued support and feedback.