Skip to content

Commit 111ae8b

Browse files
authored
[smalldet] fix visdrone config (PaddlePaddle#7323)
1 parent 048300e commit 111ae8b

5 files changed

+24
-24
lines changed

configs/smalldet/visdrone/ppyoloe_crn_l_80e_visdrone.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
_BASE_: [
2-
'../datasets/visdrone_detection.yml',
3-
'../runtime.yml',
4-
'../ppyoloe/_base_/optimizer_300e.yml',
5-
'../ppyoloe/_base_/ppyoloe_crn.yml',
6-
'../ppyoloe/_base_/ppyoloe_reader.yml',
2+
'../../datasets/visdrone_detection.yml',
3+
'../../runtime.yml',
4+
'../../ppyoloe/_base_/optimizer_300e.yml',
5+
'../../ppyoloe/_base_/ppyoloe_crn.yml',
6+
'../../ppyoloe/_base_/ppyoloe_reader.yml',
77
]
88
log_iter: 100
99
snapshot_epoch: 10

configs/smalldet/visdrone/ppyoloe_crn_s_80e_visdrone.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
_BASE_: [
2-
'../datasets/visdrone_detection.yml',
3-
'../runtime.yml',
4-
'../ppyoloe/_base_/optimizer_300e.yml',
5-
'../ppyoloe/_base_/ppyoloe_crn.yml',
6-
'../ppyoloe/_base_/ppyoloe_reader.yml',
2+
'../../datasets/visdrone_detection.yml',
3+
'../../runtime.yml',
4+
'../../ppyoloe/_base_/optimizer_300e.yml',
5+
'../../ppyoloe/_base_/ppyoloe_crn.yml',
6+
'../../ppyoloe/_base_/ppyoloe_reader.yml',
77
]
88
log_iter: 100
99
snapshot_epoch: 10

configs/smalldet/visdrone/ppyoloe_plus_sod_crn_l_80e_visdrone.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
_BASE_: [
2-
'../datasets/visdrone_detection.yml',
3-
'../runtime.yml',
4-
'../ppyoloe/_base_/optimizer_80e.yml',
5-
'../ppyoloe/_base_/ppyoloe_plus_crn.yml',
6-
'../ppyoloe/_base_/ppyoloe_plus_reader.yml'
2+
'../../datasets/visdrone_detection.yml',
3+
'../../runtime.yml',
4+
'../../ppyoloe/_base_/optimizer_80e.yml',
5+
'../../ppyoloe/_base_/ppyoloe_plus_crn.yml',
6+
'../../ppyoloe/_base_/ppyoloe_plus_reader.yml'
77
]
88
log_iter: 100
99
snapshot_epoch: 10
10-
weights: output/ppyoloe_plus_new_crn_l_80e_visdrone/model_final
10+
weights: output/ppyoloe_plus_sod_crn_l_80e_visdrone/model_final
1111

1212
pretrain_weights: https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_l_80e_coco.pdparams
1313
depth_mult: 1.0

configs/smalldet/visdrone/ppyoloe_plus_sod_crn_l_largesize_80e_visdrone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
_BASE_: [
2-
'ppyoloe_plus_new_crn_l_80e_visdrone.yml',
2+
'ppyoloe_plus_sod_crn_l_80e_visdrone.yml',
33
]
44
log_iter: 100
55
snapshot_epoch: 10
6-
weights: output/ppyoloe_plus_new_crn_l_largesize_80e_visdrone/model_final
6+
weights: output/ppyoloe_plus_sod_crn_l_largesize_80e_visdrone/model_final
77
pretrain_weights: https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_l_80e_coco.pdparams
88

99
PPYOLOEHead:

configs/smalldet/visdrone/ppyoloe_plus_sod_crn_s_80e_visdrone.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
_BASE_: [
2-
'../datasets/visdrone_detection.yml',
3-
'../runtime.yml',
4-
'../ppyoloe/_base_/optimizer_80e.yml',
5-
'../ppyoloe/_base_/ppyoloe_plus_crn.yml',
6-
'../ppyoloe/_base_/ppyoloe_plus_reader.yml'
2+
'../../datasets/visdrone_detection.yml',
3+
'../../runtime.yml',
4+
'../../ppyoloe/_base_/optimizer_80e.yml',
5+
'../../ppyoloe/_base_/ppyoloe_plus_crn.yml',
6+
'../../ppyoloe/_base_/ppyoloe_plus_reader.yml'
77
]
88
log_iter: 100
99
snapshot_epoch: 10
10-
weights: output/ppyoloe_plus_new_crn_s_80e_visdrone/model_final
10+
weights: output/ppyoloe_plus_sod_crn_s_80e_visdrone/model_final
1111

1212
pretrain_weights: https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_s_80e_coco.pdparams
1313
depth_mult: 0.33

0 commit comments

Comments
 (0)