Implementation of paper: Deeply Self-Supervised Contour Embedded Neural Network Applied to Liver Segmentation (CMPB 2020)
You can find paper in link
- Clone:
git clone https://github.com/nuguziii/CENet.git
cd CENet
- Dataset
- Train
python main.py --train --data_dir {path_to_dataset} --output_dir {path_to_output} --description {experiment_name} --log_dir {path_to_log}
- Test
python main.py --test --data_dir {path_to_dataset} --output_dir {path_to_output} --description {experiment_name} --log_dir {path_to_log} --model_name {model_name.pth}