Commit 2d269538 authored by Shaoshuai Shi's avatar Shaoshuai Shi
Browse files

update NMS configs of WOD for better performance

parent 0685f4ff
...@@ -119,9 +119,12 @@ MODEL: ...@@ -119,9 +119,12 @@ MODEL:
TEST: TEST:
NMS_TYPE: nms_gpu NMS_TYPE: nms_gpu
MULTI_CLASSES_NMS: False MULTI_CLASSES_NMS: False
NMS_PRE_MAXSIZE: 1024 # NMS_PRE_MAXSIZE: 1024
NMS_POST_MAXSIZE: 100 # NMS_POST_MAXSIZE: 100
NMS_THRESH: 0.7 # NMS_THRESH: 0.7
NMS_PRE_MAXSIZE: 4096
NMS_POST_MAXSIZE: 300
NMS_THRESH: 0.85
ROI_AWARE_POOL: ROI_AWARE_POOL:
POOL_SIZE: 10 POOL_SIZE: 10
...@@ -164,7 +167,7 @@ MODEL: ...@@ -164,7 +167,7 @@ MODEL:
NMS_CONFIG: NMS_CONFIG:
MULTI_CLASSES_NMS: False MULTI_CLASSES_NMS: False
NMS_TYPE: nms_gpu NMS_TYPE: nms_gpu
NMS_THRESH: 0.1 NMS_THRESH: 0.7
NMS_PRE_MAXSIZE: 4096 NMS_PRE_MAXSIZE: 4096
NMS_POST_MAXSIZE: 500 NMS_POST_MAXSIZE: 500
......
...@@ -150,9 +150,13 @@ MODEL: ...@@ -150,9 +150,13 @@ MODEL:
TEST: TEST:
NMS_TYPE: nms_gpu NMS_TYPE: nms_gpu
MULTI_CLASSES_NMS: False MULTI_CLASSES_NMS: False
NMS_PRE_MAXSIZE: 1024 # NMS_PRE_MAXSIZE: 1024
NMS_POST_MAXSIZE: 100 # NMS_POST_MAXSIZE: 100
NMS_THRESH: 0.7 # NMS_THRESH: 0.7
NMS_PRE_MAXSIZE: 4096
NMS_POST_MAXSIZE: 300
NMS_THRESH: 0.85
ROI_GRID_POOL: ROI_GRID_POOL:
GRID_SIZE: 6 GRID_SIZE: 6
...@@ -197,7 +201,7 @@ MODEL: ...@@ -197,7 +201,7 @@ MODEL:
NMS_CONFIG: NMS_CONFIG:
MULTI_CLASSES_NMS: False MULTI_CLASSES_NMS: False
NMS_TYPE: nms_gpu NMS_TYPE: nms_gpu
NMS_THRESH: 0.1 NMS_THRESH: 0.7
NMS_PRE_MAXSIZE: 4096 NMS_PRE_MAXSIZE: 4096
NMS_POST_MAXSIZE: 500 NMS_POST_MAXSIZE: 500
......
...@@ -94,7 +94,7 @@ MODEL: ...@@ -94,7 +94,7 @@ MODEL:
NMS_CONFIG: NMS_CONFIG:
MULTI_CLASSES_NMS: False MULTI_CLASSES_NMS: False
NMS_TYPE: nms_gpu NMS_TYPE: nms_gpu
NMS_THRESH: 0.01 NMS_THRESH: 0.7
NMS_PRE_MAXSIZE: 4096 NMS_PRE_MAXSIZE: 4096
NMS_POST_MAXSIZE: 500 NMS_POST_MAXSIZE: 500
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment