Organ-aware 3D lesion segmentation dataset and pipeline for abdominal CT analysis (ACM Multimedia 2025 candidate)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mehran Advand 537fe23859 the last commit 6 days ago
..
.idea the last commit 6 days ago
DICOM the last commit 6 days ago
MONAI/DLCSI033 the last commit 6 days ago
NIFTI/DLCSI033 the last commit 6 days ago
configs the last commit 6 days ago
models the last commit 6 days ago
ImagetoRT.py the last commit 6 days ago
README.md the last commit 6 days ago
SegmentiontoImageData.py the last commit 6 days ago
main.py the last commit 6 days ago
monai_wholeBody_ct_segmentation.ipynb the last commit 6 days ago
nii2png.py the last commit 6 days ago
organList.py the last commit 6 days ago
requirements.txt the last commit 6 days ago

README.md

monai_wholeBody_ct_segmentation

You can run code with your own PC/Notebook/… or on Google Colab. Open In Colab

Create a virtual environment

conda create -n [NAME] python==3.9

Start the environment

conda activate [NAME]

Clone Repository

git clone https://github.com/ytl0623/monai_wholeBody_ct_segmentation.git

Go to the cloned folder

cd monai_wholeBody_ct_segmentation

Install the dependencies

pip install -r requirements.txt

Execute inference

It will cost about three minutes. Check NIFTI directory after run done.

python -m monai.bundle run --config_file configs/inference.json

Unzip inference file

gzip -d NIFTI/DLCSI033/DLCSI033_trans.nii.gz 

Convert NIFTI file to mask file

It will cost about three minutes. Check MONAI directory after run done.

python nii2png.py

Generate DICOM-RT file

It will cost about two minutes. Check DICOM directory after run done.

python main.py

Download DICOM directory

There are two DICOM-RT files. (Original and MONAI)

Download DICOM directory

Download Dicompyler

Download Dicompyler

Show results with Dicompyler

Pay attention to the Chinese path.

Show results with Dicompyler

Reference