2024-01-07 17:00:30 +08:00
2023-12-05 14:58:38 +08:00
2023-12-05 14:58:38 +08:00
2023-12-05 14:58:38 +08:00
2023-12-05 14:58:38 +08:00
2023-12-05 14:58:38 +08:00
2023-12-05 14:58:38 +08:00
2023-12-05 14:58:38 +08:00
2024-01-07 17:00:30 +08:00

Slide-SAM: Medical SAM meets sliding window

We upload the checkpoint recently! Please download by

https://pan.baidu.com/s/1jvJ2W4MK24JdpZLwPqMIfA

code7be9

Before Training

install tutils

pip install trans-utils

prepare datasets

python -m  datasets.generate_txt

cache 3d data into slices

python -m datasets.cache_dataset3d

Training

run training

CUDA_VISIBLE_DEVICES=0,1,2,3 python -m core.ddp --tag debug

Testing

python -m core.volume_predictor
Description
No description provided
Readme 912 KiB
Languages
Python 100%