SCM Repository
[diderot] Annotation of /branches/charisee_dev/examples/run.sh
Annotation of /branches/charisee_dev/examples/run.sh
Parent Directory
|
Revision Log
Revision 3311 -
(view)
(download)
(as text)
1 : |
cchiw |
3303 |
cd dti
|
2 : |
|
|
echo "dti"
|
3 : |
|
|
./dti-vr -timing
|
4 : |
|
|
#./dti-vr-byhand -timing
|
5 : |
|
|
echo "dti=vr-bug here has bug: fix has not been committed"
|
6 : |
|
|
cd ..
|
7 : |
|
|
cd mode
|
8 : |
|
|
echo "mode"
|
9 : |
|
|
./mode-vr -timing
|
10 : |
|
|
./mode-vr-byhand -timing
|
11 : |
|
|
cd ..
|
12 : |
|
|
cd canny
|
13 : |
|
|
echo "canny"
|
14 : |
|
|
./vr-can -timing
|
15 : |
|
|
./vr-ref -timing
|
16 : |
|
|
cd ..
|
17 : |
|
|
cd moe
|
18 : |
|
|
echo "moe"
|
19 : |
|
|
./moe-vr-can2 -timing
|
20 : |
|
|
./moe-byhand -timing
|
21 : |
|
|
cd ..
|
22 : |
|
|
cd det3
|
23 : |
|
|
./det-0 -timing
|
24 : |
|
|
./det-0-byhand -timing
|
25 : |
|
|
./det-1 -timing
|
26 : |
cchiw |
3311 |
./det-1-byhand -timing
|
27 : |
|
|
./det-2 -timing
|
28 : |
|
|
./det-2-byhand -timing
|
29 : |
cchiw |
3303 |
cd ..
|