Skip to content

Releases: ZentaLabs/LUWAKX

v0.1.1

27 May 21:33

Choose a tag to compare

What's Changed

  • feat: Add DICOM preamble blanking and BurnedInAnnotation tag in post-processing by @Simlomb in #2
  • refactor: migrate UID mapping from CSV to SQLite database by @Simlomb in #3
  • enh: Improve defacing robustness — PET mask caching, CT fallback, DICOM pixel fixes, and DB consistency by @Simlomb in #5
  • Deface pipeline robustness fixup by @lassoan in #7
  • Improve defacing rendering by @lassoan in #8

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Apr 06:26

Choose a tag to compare

Testing data

29 Apr 02:33
5e08ab0

Choose a tag to compare

Data files used for development and automated testing.

  • CT_Vol_002_STD.nii.gz: original whole-body CT image with unmodified head in NIFTI format
  • CT_Vol_002_STD_dcm.zip: : original whole-body CT image with unmodified head in DICOM format
  • CT_Vol_002_STD_face_mask.nii.gz: face mask computed from CT_Vol_002_STD.nii.gz
  • CT_Vol_002_STD_face_mask.nrrd: face mask computed from CT_Vol_002_STD_dcm.zip
  • CT_Vol_002_STD_defaced.nii.gz: modified image (face blurred) from CT_Vol_002_STD.nii.gz
  • test-dicom-files-Midi-B-2024.tar.gz A collection of DICOM data from Midi-B challenge. These data were selected for containing a subset of private tags used for testing
  • midi_b_ultrasound.tar.gz A single US series from the Midi-B 2024 challenge. These data can be used to test the burned-in pixel detection service.
  • test_llm_cache.db: SQLite database storing results of LLM-based check of descriptors. Used for running "clean descriptors" tests without having access to an LLM.
  • CT_Vol_002_STD_face-ears_mask.nrrd: face+ears mask computed from CT_Vol_002_STD_dcm.zip

Dictionaries of standard and private DICOM tags

29 Apr 02:51
5e08ab0

Choose a tag to compare