diff --git a/htc_ls_model_all.py b/htc_ls_model_all.py
index 2e54d6dabbb1fd2331c54d4daba40635fe518868..d2d4d7f8cce4d0fb726b6e87e697cf058a2e73dd 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),