From ea41b416c3c9d24f6f1050c601143fae07a0ec6a Mon Sep 17 00:00:00 2001
From: iggotsul <igorgotsu@gmail.com>
Date: Tue, 26 Apr 2022 12:09:40 +0300
Subject: [PATCH] mmdetection_submission_v0_85

---
 configs/queryinst_2rd_tta.py                           | 2 +-
 models/{epoch_20_sh.pth => epoch_20_sh_best_close.pth} | 0
 models/epoch_21_sh_best.pth                            | 3 ---
 models/{epoch_21_sh.pth => epoch_21_sh_best_open.pth}  | 0
 4 files changed, 1 insertion(+), 4 deletions(-)
 rename models/{epoch_20_sh.pth => epoch_20_sh_best_close.pth} (100%)
 delete mode 100644 models/epoch_21_sh_best.pth
 rename models/{epoch_21_sh.pth => epoch_21_sh_best_open.pth} (100%)

diff --git a/configs/queryinst_2rd_tta.py b/configs/queryinst_2rd_tta.py
index 5d56fa8..e727be9 100644
--- a/configs/queryinst_2rd_tta.py
+++ b/configs/queryinst_2rd_tta.py
@@ -968,7 +968,7 @@ model = dict(
                 mask_size=28,
                 debug=False)
         ]),
-    test_cfg=dict(rpn=None, rcnn=dict(max_per_img=50, mask_thr_binary=0.5, nms=dict(type='nms', iou_threshold=0.7))))
+    test_cfg=dict(rpn=None, rcnn=dict(max_per_img=50, mask_thr_binary=0.5, nms=dict(type='nms', iou_threshold=0.6))))
 
 total_epochs = 20
 min_values = (480, 512, 544, 576, 608, 640, 672, 704, 736, 768, 800)
diff --git a/models/epoch_20_sh.pth b/models/epoch_20_sh_best_close.pth
similarity index 100%
rename from models/epoch_20_sh.pth
rename to models/epoch_20_sh_best_close.pth
diff --git a/models/epoch_21_sh_best.pth b/models/epoch_21_sh_best.pth
deleted file mode 100644
index 407ae93..0000000
--- a/models/epoch_21_sh_best.pth
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a4f808cb42953fb89145401249aa43fba3db8e6d4b5feec8163438f2cd02c691
-size 1379804715
diff --git a/models/epoch_21_sh.pth b/models/epoch_21_sh_best_open.pth
similarity index 100%
rename from models/epoch_21_sh.pth
rename to models/epoch_21_sh_best_open.pth
-- 
GitLab