File size: 1,570 Bytes
ecf08bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash -l
#SBATCH --nodes=1 --gres=gpu:1 --time=24:00:00
#SBATCH --job-name=Task505_glacier_mtl_boundary_0

export data_raw="/home/woody/iwi5/iwi5039h/data_raw"
export nnUNet_raw_data_base="/home/woody/iwi5/iwi5039h/nnUNet_data/nnUNet_raw_data_base/"
export nnUNet_preprocessed="/home/woody/iwi5/iwi5039h/nnUNet_data/nnUNet_preprocessed/"
export RESULTS_FOLDER="/home/woody/iwi5/iwi5039h/nnUNet_data/RESULTS_FOLDER"

cd nnunet_glacer
pwd
conda activate nnunet

#python3 generate_zone_boundaries.py -data_path $data_raw
#python3 dilate_boundary.py -data_path $data_raw
python3 nnunet/dataset_conversion/Task505_Glacier_mtl_boundary.py -data_percentage 100 -base $data_raw
python3 nnunet/experiment_planning/nnUNet_plan_and_preprocess.py -t 505 -pl3d None -pl2d ExperimentPlanner2D_mtl

python3 nnunet/run/run_training.py 2d nnUNetTrainerMTLlate_boundary 505 0 -p nnUNetPlans_mtl --disable_postprocessing_on_folds
python3 nnunet/inference/predict_simple.py -i $nnUNet_raw_data_base/nnUNet_raw_data/Task505_Glacier_mtl_boundary/imagesTs -o $RESULTS_FOLDER/test_predictions/Task505_Glacier_mtllate_boundary/fold_0 -t 505 -m 2d -f 0 -p nnUNetPlans_mtl -tr nnUNetTrainerMTLlate_boundary
python3 nnunet/dataset_conversion/Task505_Glacier_mtl_boundary_reverse.py -i $RESULTS_FOLDER/test_predictions/Task505_Glacier_mtllate_boundary/fold_0
python3 ./evaluate_nnUNet.py --predictions $RESULTS_FOLDER/test_predictions/Task505_Glacier_mtllate_boundary/fold_0/pngs --labels_fronts $data_raw/fronts/test --labels_zones $data_raw/zones/test --sar_images $data_raw/sar_images/test