-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathreadme.txt
133 lines (67 loc) · 1.56 KB
/
readme.txt
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
安装paddle1.8.4
pip install paddlepaddle-gpu==1.8.4.post107 -i https://mirror.baidu.com/pypi/simple
安装paddle2.0
nvidia-smi
pip install pycocotools
python -m pip install paddlepaddle_gpu==2.0.0b0 -f https://paddlepaddle.org.cn/whl/stable.html
cd ~/w*
-------------------------------- PPYOLO --------------------------------
parser.add_argument('-c', '--config', type=int, default=0,
choices=[0, 1, 2],
help=textwrap.dedent('''\
select one of these config files:
0 -- ppyolo_2x.py
1 -- ppyolo_2x.py
2 -- ppyolo_r18vd.py'''))
训练
cd ~/w*
python train.py --config=0
cd ~/w*
python train.py --config=1
cd ~/w*
python train.py --config=2
cd ~/w*
python train.py --config=3
cd ~/w*
python train.py --config=4
cd ~/w*
python train.py --config=5
预测
cd ~/w*
python demo.py --config=0
cd ~/w*
python demo.py --config=1
cd ~/w*
python demo.py --config=2
cd ~/w*
python demo.py --config=3
cd ~/w*
python demo.py --config=4
cd ~/w*
python demo.py --config=5
验证
cd ~/w*
python eval.py --config=0
cd ~/w*
python eval.py --config=1
cd ~/w*
python eval.py --config=2
cd ~/w*
python eval.py --config=3
cd ~/w*
python eval.py --config=4
cd ~/w*
python eval.py --config=5
跑test_dev
cd ~/w*
python test_dev.py --config=0
cd ~/w*
python test_dev.py --config=1
cd ~/w*
python test_dev.py --config=2
cd ~/w*
python test_dev.py --config=3
cd ~/w*
python test_dev.py --config=4
cd ~/w*
python test_dev.py --config=5