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

v0.28 flip True 850,850 scr0.002

parent 2e2a0ac3
No related branches found
No related merge requests found
...@@ -698,7 +698,7 @@ data = dict( ...@@ -698,7 +698,7 @@ data = dict(
dict( dict(
type='MultiScaleFlipAug', type='MultiScaleFlipAug',
img_scale=[(850, 850)], img_scale=[(850, 850)],
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