forked from anuragranj/coma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenerateErrors.sh
More file actions
23 lines (22 loc) · 833 Bytes
/
generateErrors.sh
File metadata and controls
23 lines (22 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
test_exp () {
echo @@@@@@@@@@@@@@@ Testing $1 @@@@@@@@@@@@@@@@@@
python main.py --mode test --name $1 --data data/$2
echo Saving results ...
echo Computing Errors ...
python computeErrors.py --cnn results/$1_predictions.npy --data data/$2 --nz 8
echo End of Test $1
echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
}
test_exp bareteeth bareteeth
test_exp cheeks_in cheeks_in
test_exp eyebrow eyebrow
test_exp high_smile high_smile
test_exp lips_back lips_back
test_exp lips_up lips_up
test_exp mouth_down mouth_down
test_exp mouth_extreme mouth_extreme
test_exp mouth_middle mouth_middle
test_exp mouth_open mouth_open
test_exp mouth_side mouth_side
test_exp mouth_up mouth_up