-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.sh
40 lines (40 loc) · 2.18 KB
/
test.sh
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
python evaluate.py /home/aistudio/Data/wider_face_split/wider_face_val_bbx_gt.txt --dataset-root /home/aistudio/Data --checkpoint weights/checkpoint_10.pdparams --split val
cd widerface_evaluate/
python evaluation.py
cd ..
python evaluate.py /home/aistudio/Data/wider_face_split/wider_face_val_bbx_gt.txt --dataset-root /home/aistudio/Data --checkpoint weights/checkpoint_20.pdparams --split val
cd widerface_evaluate/
python evaluation.py
cd ..
python evaluate.py /home/aistudio/Data/wider_face_split/wider_face_val_bbx_gt.txt --dataset-root /home/aistudio/Data --checkpoint weights/checkpoint_30.pdparams --split val
cd widerface_evaluate/
python evaluation.py
cd ..
python evaluate.py /home/aistudio/Data/wider_face_split/wider_face_val_bbx_gt.txt --dataset-root /home/aistudio/Data --checkpoint weights/checkpoint_40.pdparams --split val
cd widerface_evaluate/
python evaluation.py
cd ..
python evaluate.py /home/aistudio/Data/wider_face_split/wider_face_val_bbx_gt.txt --dataset-root /home/aistudio/Data --checkpoint weights/checkpoint_50.pdparams --split val
cd widerface_evaluate/
python evaluation.py
cd ..
python evaluate.py /home/aistudio/Data/wider_face_split/wider_face_val_bbx_gt.txt --dataset-root /home/aistudio/Data --checkpoint weights/checkpoint_60.pdparams --split val
cd widerface_evaluate/
python evaluation.py
cd ..
python evaluate.py /home/aistudio/Data/wider_face_split/wider_face_val_bbx_gt.txt --dataset-root /home/aistudio/Data --checkpoint weights/checkpoint_70.pdparams --split val
cd widerface_evaluate/
python evaluation.py
cd ..
python evaluate.py /home/aistudio/Data/wider_face_split/wider_face_val_bbx_gt.txt --dataset-root /home/aistudio/Data --checkpoint weights/checkpoint_80.pdparams --split val
cd widerface_evaluate/
python evaluation.py
cd ..
python evaluate.py /home/aistudio/Data/wider_face_split/wider_face_val_bbx_gt.txt --dataset-root /home/aistudio/Data --checkpoint weights/checkpoint_90.pdparams --split val
cd widerface_evaluate/
python evaluation.py
cd ..
python evaluate.py /home/aistudio/Data/wider_face_split/wider_face_val_bbx_gt.txt --dataset-root /home/aistudio/Data --checkpoint weights/checkpoint_100.pdparams --split val
cd widerface_evaluate/
python evaluation.py
cd ..