[853718]: / bm_CIMA / run-SOTA-experiments.sh

Download this file

62 lines (52 with data), 1.9 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#!/bin/bash
export DISPLAY=""
# DEFINE GLOBAL PARAMS
jobs=5
table="./bm_CIMA/dataset_CIMA_10k.csv"
# this folder has to contain bland of images and landmarks
dataset="~/Medical-data/dataset_CIMA"
results="~/Medical-temp/experiments_CIMA/"
apps="~/TEMP/Applications"
python ./bm_experiments/bm_bUnwarpJ.py \
-t $table -d $dataset -o $results \
--run_comp_benchmark \
-Fiji "$apps/Fiji.app/ImageJ-linux64" \
-cfg ./configs/ImageJ_bUnwarpJ_histol.yaml \
--nb_workers $jobs --unique
python ./bm_experiments/bm_bUnwarpJ.py \
-t $table -d $dataset -o $results \
--run_comp_benchmark \
-Fiji "$apps/Fiji.app/ImageJ-linux64" \
-cfg ./configs/ImageJ_bUnwarpJ-SIFT_histol.yaml \
--nb_workers $jobs --unique
python ./bm_experiments/bm_DROP2.py \
-t $table -d $dataset -o $results \
--run_comp_benchmark \
-DROP "$apps/DROP2/dropreg" \
-cfg ./configs/DROP2.txt \
--nb_workers $jobs --unique
export LD_LIBRARY_PATH=$apps/elastix/bin:$LD_LIBRARY_PATH
python ./bm_experiments/bm_elastix.py \
-t $table -d $dataset -o $results \
--run_comp_benchmark \
-elastix "$apps/elastix/bin" \
-cfg ./configs/elastix_bspline.txt \
--nb_workers $jobs --unique
python ./bm_experiments/bm_rNiftyReg.py \
-t $table -d $dataset -o $results \
--run_comp_benchmark \
-R "$apps/R-3.5.3/bin/Rscript" \
-script ./scripts/Rscript/RNiftyReg_linear.r \
--nb_workers $jobs --unique
python ./bm_experiments/bm_RVSS.py \
-t $table -d $dataset -o $results \
--run_comp_benchmark \
-Fiji "$apps/Fiji.app/ImageJ-linux64" \
-cfg ./configs/ImageJ_RVSS_histol.yaml \
--nb_workers $jobs --unique
python ./bm_experiments/bm_ANTs.py \
-t $table -d $dataset -o $results \
--run_comp_benchmark \
-ANTs "$apps/antsbin/bin" \
-cfg ./configs/ANTs_SyN.txt \
--nb_workers $jobs --unique