Skip to content

DeepCAC2 submission#111

Open
LennyN95 wants to merge 10 commits intomainfrom
deepcac2_submission
Open

DeepCAC2 submission#111
LennyN95 wants to merge 10 commits intomainfrom
deepcac2_submission

Conversation

@LennyN95
Copy link
Copy Markdown
Member

@LennyN95 LennyN95 commented Apr 30, 2026

@github-project-automation github-project-automation Bot moved this to Submitted Implementations in MHub Submissions Apr 30, 2026
- config used for whole NLST processing (deepcac_dicom_simple.yml)
- update model dirctory aim_deepcac2 -> deepcac2
- update entrypoint cmd to use default workflow
- ensure file name is correct (without trailing url query string ?..)
- use env variables for better readability
nnunet 1.7.x depends on dicom2nifti, and newer dicom2nifti pulled in pydicom 3.x, which breaks mhubio, thedicomsort, and wsidicom (all require pydicom <3). At the same time, scipy allowed numpy 2.x, but pydicom-seg and wsidicom require numpy <2, and compiled libraries (e.g., SimpleITK, scipy) were built against NumPy 1.x, causing runtime errors. The environment became inconsistent because dependencies were not pinned and later installs overrode earlier constraints. Fix by pinning: dicom2nifti<2.6, pydicom==2.4.4, numpy==1.26.4.

ISSUE:
nnunet 1.7.x → dicom2nifti
dicom2nifti 2.6.x → pydicom>=3.0.0
nnunet 1.7.x → numpy

FIX:
dicom2nifti<2.6
- avoids pydicom>=3

pydicom==2.4.4
- satisfies mhubio and stays <3 for thedicomsort/wsidicom

numpy==1.26.4
- satisfies scipy while staying <2 for pydicom-seg/wsidicom
- test case used: NLST, 100002, T0 (1.2.840.113654.2.55.257926562693607663865369179341285235858)
- test files were generated following the documentation ()
- test files are published via Zenodo under https://doi.org/10.5281/zenodo.19921180 and can be downloaded under https://zenodo.org/records/19921180
- parses the input directory for files matching `(\d+).nii.gz`
- the file-name is kept inside the MHub.ai run engine under the key `pid`
- and included in the report as `{"PatientID": "file-name"}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Submitted Implementations

Development

Successfully merging this pull request may close these issues.

1 participant