Skip to content
Snippets Groups Projects
Commit c30f4435 authored by rohitmidha23's avatar rohitmidha23
Browse files

flip true scr 0.005

parent c975e1c1
No related branches found
Tags v0.3.3
No related merge requests found
......@@ -217,7 +217,7 @@ test_cfg = dict(
nms_thr=0.8,
min_bbox_size=0),
rcnn=dict(
score_thr=0,
score_thr=0.005,
nms=dict(type='nms', iou_thr=0.35),
max_per_img=100,
mask_thr_binary=0.4))
......@@ -698,7 +698,7 @@ data = dict(
dict(
type='MultiScaleFlipAug',
img_scale=[(850, 850)],
flip=False,
flip=True,
transforms=[
dict(type='Resize', keep_ratio=True),
dict(type='RandomFlip'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment