The official implementation of paper "Customizing Pre-Training Volumetric Transformers with Scaling Pyramid for 3D Cardiac Segmentation".
git clone git@openi.pcl.ac.cn:OpenMedIA/CardiacSeg.git
pip install -r requirements.txt
cd CardiacSeg
sh scripts/train_imagechd.sh
python inference.py --ckpt_url {model_path} --in_file {data_path} --out_file {output_path}
Our CardiacSeg model trained on the ImageCHD dataset can be downloaded here.