Skip to content

Releases: JoHof/lungmask

v0.2.20

06 Apr 09:50
0653c70
Compare
Choose a tag to compare
  • 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

06 Jan 08:22
b0d4ab8
Compare
Choose a tag to compare

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

v0.2.18

01 Nov 16:19
Compare
Choose a tag to compare
  • adds support for mps (apple metal)

v0.2.16

10 Jul 19:31
b7cb379
Compare
Choose a tag to compare

specifies package logger without propagation

v0.2.15

15 Jun 06:08
dfce7e4
Compare
Choose a tag to compare
  • 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

18 Apr 14:02
b6da647
Compare
Choose a tag to compare
  • code-cleaning
  • unit-tests
  • inference class
  • docstrings

v0.2.13

09 Feb 22:02
0fe26b9
Compare
Choose a tag to compare

Fixes a bug in model fusion, and some typos

v0.2.12

04 Jan 09:01
Compare
Choose a tag to compare

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

Bug fixes and keeping largest connected component for each label

06 May 08:40
8389298
Compare
Choose a tag to compare

0.2.3 Model fusing

04 May 09:48
49a50bb
Compare
Choose a tag to compare

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