Lungmask Versions Save

Automated lung segmentation in CT

v0.2.20

2 weeks ago
  • Keep DICOM metadata if available in the output: '0008|0020', # StudyDate '0008|0030', # StudyTime '0008|0050', # AccessionNumber '0008|0090', # ReferringPhysicianName '0008|1030', # StudyDescription '0010|0010', # PatientName '0010|0020', # PatientID '0010|0030', # PatientBirthDate '0010|0040', # PatientSex '0018|5100', # Patient Position '0020|000d', # StudyInstanceUID '0020|0010' # StudyID
  • Deprecated cli options removed (modeltype, number classes, noHU)
  • Support for noHU images (jpg, png etc) removed

v0.2.19

3 months ago

adds a check if mps submodule is available (should only be necessary in torch<1.12

v0.2.18

5 months ago
  • adds support for mps (apple metal)

v0.2.16

9 months ago

specifies package logger without propagation

v0.2.15

10 months ago
  • enables to provide weights path to LMInferer class directly
  • deprecates apply and apply_fused functions
  • deprecates classes parameter in CLI (are now inferred from the weights directly)

v0.2.14

1 year ago
  • code-cleaning
  • unit-tests
  • inference class
  • docstrings

v0.2.13

1 year ago

Fixes a bug in model fusion, and some typos

v0.2.12

1 year ago

fixes issue with deprecated np.float type when using new numpy versions

v0.2.4

3 years ago

v0.2.3

3 years ago

This version introduced model fusing. That is, combining the results of two models