backup / DiffAtlas /scripts /evaluate_res.sh
kanydao's picture
Resume DiffAtlas backup after packing large Label directories (part 53)
5471715 verified
Raw
History Blame Contribute Delete
503 Bytes
gen=1
degrade_type="none"
exp="evaluate_240_seg_"${degrade_type}"_diffatlas"
echo ${exp}
CUDA_VISIBLE_DEVICES=0 python test/evaluate.py \
model_path=./Model/TS_train_80percent/model-240.pt \
log_dir_name=evaluate_set_TS_20_percent \
log_file_name=${exp} \
target_path=./evaluate/test_set_TS_20_percent/${exp} \
dataset=TS \
mode=test \
root_dir=/mnt/cvlab/scratch/cvlab/home/hantzhan/data/ts/TS_heart_cropped_resize_test\
+degrade_type=${degrade_type} \
+gen=${gen}