From 61da5f2d96208daaed276d18f0238c230499d08d Mon Sep 17 00:00:00 2001 From: RohitMidha23 <rohit.midha23@gmail.com> Date: Thu, 10 Dec 2020 14:13:23 +0530 Subject: [PATCH] v0.28 flip True 850,850 scr0.002 --- htc_ls_model_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htc_ls_model_all.py b/htc_ls_model_all.py index f1e5b01..2fd3821 100644 --- a/htc_ls_model_all.py +++ b/htc_ls_model_all.py @@ -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'), -- GitLab