From 2f2ca16799497e20017db1a0e49abcdfb176ec1b Mon Sep 17 00:00:00 2001 From: RohitMidha23 <rohit.midha23@gmail.com> Date: Tue, 8 Dec 2020 20:39:39 +0530 Subject: [PATCH] flip true 1080,720 scr0.003 --- htc_ls_model_all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htc_ls_model_all.py b/htc_ls_model_all.py index 2e54d6d..d2d4d7f 100644 --- a/htc_ls_model_all.py +++ b/htc_ls_model_all.py @@ -217,7 +217,7 @@ test_cfg = dict( nms_thr=0.8, min_bbox_size=0), rcnn=dict( - score_thr=0.005, + score_thr=0.003, nms=dict(type='nms', iou_thr=0.35), max_per_img=100, mask_thr_binary=0.4)) @@ -403,7 +403,7 @@ test_pipeline = [ dict(type='LoadImageFromFile'), dict( type='MultiScaleFlipAug', - img_scale=[(850, 850)], + img_scale=[(1080,720)], flip=True, transforms=[ dict(type='Resize', keep_ratio=True), -- GitLab