- Combine data using combine_data.py script. Data should be organized in 3 sub-folders:
- ct_scans
- liver_seg
- tumors
- Generate patches h5 file using the generate_patches.py script
- Train model using training_script.py
- Predict on test set ct scans using prediction_script.py
- Analyze results using analyze_script.py
Run Chan-Vese segmentation with prediction probability map as input 1. Set ct_dir_path to be the path to the ct scans. 2. Set liver_dir_path 3. Set cnn_res_dir_path Then run the 2 Chan-Vese scripts: 1. Chan-Vese step 1 2. Chan-Vese step 2