From 277d0be841477a5229e08dcf9fa92a5d60849bb0 Mon Sep 17 00:00:00 2001
From: RohitMidha23 <rohit.midha23@gmail.com>
Date: Wed, 9 Dec 2020 15:08:47 +0530
Subject: [PATCH] flip True mask_thr0.45 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 c1bc0e2..706e7cb 100644
--- a/htc_ls_model_all.py
+++ b/htc_ls_model_all.py
@@ -220,7 +220,7 @@ test_cfg = dict(
         score_thr=0.003,
         nms=dict(type='nms', iou_thr=0.35),
         max_per_img=100,
-        mask_thr_binary=0.4))
+        mask_thr_binary=0.45))
 classes = [
     'water', 'pear', 'egg', 'grapes', 'butter', 'bread-white', 'jam',
     'bread-whole-wheat', 'apple', 'tea-green', 'white-coffee-with-caffeine',
@@ -404,7 +404,7 @@ test_pipeline = [
     dict(
         type='MultiScaleFlipAug',
         img_scale=[(1080,720)],
-        flip=False,
+        flip=True,
         transforms=[
             dict(type='Resize', keep_ratio=True),
             dict(type='RandomFlip'),
-- 
GitLab