Skip to content

Commit 3572aab

Browse files
committed
恢复默认配置
1 parent 348be7b commit 3572aab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/yolo/rr_yolov3_d53_416_coco.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
nms_pre=1000,
4343
min_bbox_size=0,
4444
score_thr=0.05,
45-
conf_thr=0.001,
46-
nms=dict(type='nms', iou_thr=0.65),
45+
conf_thr=0.005,
46+
nms=dict(type='nms', iou_thr=0.45),
4747
max_per_img=100)
4848
# dataset settings
4949
dataset_type = 'CocoDataset'
@@ -78,7 +78,7 @@
7878
dict(type='LoadImageFromFile'),
7979
dict(
8080
type='MultiScaleFlipAug',
81-
img_scale=(640, 640),
81+
img_scale=(416, 416),
8282
flip=False,
8383
transforms=[
8484
dict(type='Resize', keep_ratio=True),

0 commit comments

Comments
 (0)