|
1 | 1 | dataset=/tungstenfs/scratch/shared/gchao_ggiorget/datasets/publication |
2 | 2 | basedir=/tungstenfs/scratch/shared/gchao_ggiorget/benchmarks/trackmate |
3 | 3 |
|
4 | | -nice -n 19 python trackmate_prepare.py --dataset ${dataset}/fixed.npz --output ${basedir} |
5 | 4 | nice -n 19 python trackmate_prepare.py --dataset ${dataset}/microtubule.npz --output ${basedir} |
6 | | -nice -n 19 python trackmate_prepare.py --dataset ${dataset}/mrna.npz --output ${basedir} |
| 5 | +nice -n 19 python trackmate_prepare.py --dataset ${dataset}/particle.npz --output ${basedir} |
7 | 6 | nice -n 19 python trackmate_prepare.py --dataset ${dataset}/receptor.npz --output ${basedir} |
| 7 | +nice -n 19 python trackmate_prepare.py --dataset ${dataset}/smfish.npz --output ${basedir} |
| 8 | +nice -n 19 python trackmate_prepare.py --dataset ${dataset}/suntag.npz --output ${basedir} |
8 | 9 | nice -n 19 python trackmate_prepare.py --dataset ${dataset}/vesicle.npz --output ${basedir} |
9 | 10 |
|
10 | | -nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_train_fiji.py 'basedir="${basedir}/fixed"' |
11 | 11 | nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_train_fiji.py 'basedir="${basedir}/microtubule"' |
12 | | -nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_train_fiji.py 'basedir="${basedir}/mrna"' |
| 12 | +nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_train_fiji.py 'basedir="${basedir}/particle"' |
13 | 13 | nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_train_fiji.py 'basedir="${basedir}/receptor"' |
| 14 | +nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_train_fiji.py 'basedir="${basedir}/smfish"' |
| 15 | +nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_train_fiji.py 'basedir="${basedir}/suntag"' |
14 | 16 | nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_train_fiji.py 'basedir="${basedir}/vesicle"' |
15 | 17 |
|
16 | | -nice -n 19 python trackmate_train.py --basedir ${basedir}/fixed |
17 | 18 | nice -n 19 python trackmate_train.py --basedir ${basedir}/microtubule |
18 | | -nice -n 19 python trackmate_train.py --basedir ${basedir}/mrna |
| 19 | +nice -n 19 python trackmate_train.py --basedir ${basedir}/particle |
19 | 20 | nice -n 19 python trackmate_train.py --basedir ${basedir}/receptor |
| 21 | +nice -n 19 python trackmate_train.py --basedir ${basedir}/smfish |
| 22 | +nice -n 19 python trackmate_train.py --basedir ${basedir}/suntag |
20 | 23 | nice -n 19 python trackmate_train.py --basedir ${basedir}/vesicle |
21 | 24 |
|
22 | | -nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_test_fiji.py 'basedir="${basedir}/fixed",detector="log",radius="5.0",median="False"' |
23 | 25 | nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_test_fiji.py 'basedir="${basedir}/microtubule",detector="log",radius="3.0",median="False"' |
24 | | -nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_test_fiji.py 'basedir="${basedir}/mrna",detector="log",radius="3.0",median="False"' |
| 26 | +nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_test_fiji.py 'basedir="${basedir}/particle",detector="log",radius="3.0",median="False"' |
25 | 27 | nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_test_fiji.py 'basedir="${basedir}/receptor",detector="log",radius="3.0",median="False"' |
| 28 | +nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_test_fiji.py 'basedir="${basedir}/smfish",detector="log",radius="5.0",median="False"' |
| 29 | +nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_test_fiji.py 'basedir="${basedir}/suntag",detector="log",radius="1.0",median="False"' |
26 | 30 | nice -n 19 Fiji.app/ImageJ-linux64 --ij2 --headless --run trackmate_test_fiji.py 'basedir="${basedir}/vesicle",detector="log",radius="5.0",median="False"' |
27 | 31 |
|
28 | | -nice -n 19 python trackmate_test.py --basedir ${basedir}/fixed --threshold 8.071781 |
29 | 32 | nice -n 19 python trackmate_test.py --basedir ${basedir}/microtubule --threshold 1.091255 |
30 | | -nice -n 19 python trackmate_test.py --basedir ${basedir}/mrna --threshold 0.021363 |
| 33 | +nice -n 19 python trackmate_test.py --basedir ${basedir}/particle --threshold 0.021363 |
31 | 34 | nice -n 19 python trackmate_test.py --basedir ${basedir}/receptor --threshold 0.794764 |
| 35 | +nice -n 19 python trackmate_test.py --basedir ${basedir}/smfish --threshold 8.071781 |
| 36 | +nice -n 19 python trackmate_test.py --basedir ${basedir}/suntag --threshold 0.170 |
32 | 37 | nice -n 19 python trackmate_test.py --basedir ${basedir}/vesicle --threshold 0.0625 |
0 commit comments