Views
No views yet
1- adrenal_gland_left
2- adrenal_gland_right
3- aorta
4- bladder
5- colon
6- common_bile_duct
7- duodenum
8- femur_left
9- femur_right
10- gall_bladder
11- kidney_left
12- kidney_right
13- liver
14- lung_left
15- lung_right
16- pancreas
17- pancreas_body
18- pancreas_head
19- pancreas_tail
20- pancreatic_lesion
21- postcava
22- prostate
23- spleen
24- stomach
25- superior_mesenteric_artery
26- veins
1wget https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh
2bash Anaconda3-2024.06-1-Linux-x86_64.sh -b -p ./anaconda3
3./anaconda3/bin/conda init
4source ~/.bashrcgit clone https://github.com/MrGiovanni/R-Super
cd R-Super/rsuper_train
conda create -n rsuper python=3.10
conda activate rsuper
pip install -r requirements.txt
pip install -U "huggingface_hub[cli]"
hf download AbdomenAtlas/MedFormerPanTS --local-dir ./MedFormerPanTS/path/to/dataset/
├── BDMAP_0000001
| └── ct.nii.gz
├── BDMAP_0000002
| └── ct.nii.gz
...python predict_abdomenatlas.py --load MedFormerPanTS/pants_pancreas_release/fold_0_latest.pth --img_path /path/to/test/dataset/ --class_list MedFormerPanTS/labels_pants.yaml --save_path /path/to/inference/output/ --organ_mask_on_lesion@article{bassi2025learning,
title={Learning Segmentation from Radiology Reports},
author={Bassi, Pedro RAS and Li, Wenxuan and Chen, Jieneng and Zhu, Zheren and Lin, Tianyu and Decherchi, Sergio and Cavalli, Andrea and Wang, Kang and Yang, Yang and Yuille, Alan L and others},
journal={arXiv preprint arXiv:2507.05582},
year={2025}
}
@article{li2025pants,
title={PanTS: The Pancreatic Tumor Segmentation Dataset},
author={Li, Wenxuan and Zhou, Xinze and Chen, Qi and Lin, Tianyu and Bassi, Pedro RAS and Plotka, Szymon and Cwikla, Jaroslaw B and Chen, Xiaoxi and Ye, Chen and Zhu, Zheren and others},
journal={arXiv preprint arXiv:2507.01291},
year={2025},
url={https://github.com/MrGiovanni/PanTS}
}