Exploring CNN and ViT for Weakly-Supervised Medical Image Segmentation
- [Pytorch]
- Some basic python packages such as Numpy, Scikit-image, SimpleITK, Scipy ......
- Clone the repo:
git clone https://github.com/ziyangwang007/CV-SSL-MIS.git
cd CV-SSL-MIS
- Train the model
cd code
python train_XXX.py --root_path ../data/XXX --exp ACDC/XXX --model XXX -max_iterations XXX -batch_size XXX --base_lr XXX --num_classes 4 --labeled_num XXX
- Test the model
python test_XXX.py -root_path ../data/XXX --exp ACDC/XXX -model XXX --num_classes 4 --labeled_num XXX
You can choose model, dataset, experiment name, iteration number, batch size and etc in your command line, or leave it with default option.
Please consider citing the following works, if you use in your research/projects:
TBC
This code is mainly borrowed xxx. Some of the other code is based on xxx.