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

flip True mask_thr0.45 1080,720 scr0.003

parent 525a8e7d
No related branches found
No related merge requests found
...@@ -220,7 +220,7 @@ test_cfg = dict( ...@@ -220,7 +220,7 @@ test_cfg = dict(
score_thr=0.003, score_thr=0.003,
nms=dict(type='nms', iou_thr=0.35), nms=dict(type='nms', iou_thr=0.35),
max_per_img=100, max_per_img=100,
mask_thr_binary=0.4)) mask_thr_binary=0.45))
classes = [ classes = [
'water', 'pear', 'egg', 'grapes', 'butter', 'bread-white', 'jam', 'water', 'pear', 'egg', 'grapes', 'butter', 'bread-white', 'jam',
'bread-whole-wheat', 'apple', 'tea-green', 'white-coffee-with-caffeine', 'bread-whole-wheat', 'apple', 'tea-green', 'white-coffee-with-caffeine',
...@@ -404,7 +404,7 @@ test_pipeline = [ ...@@ -404,7 +404,7 @@ test_pipeline = [
dict( dict(
type='MultiScaleFlipAug', type='MultiScaleFlipAug',
img_scale=[(1080,720)], img_scale=[(1080,720)],
flip=False, flip=True,
transforms=[ transforms=[
dict(type='Resize', keep_ratio=True), dict(type='Resize', keep_ratio=True),
dict(type='RandomFlip'), 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