Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenPCDet
Commits
2d269538
Commit
2d269538
authored
Nov 30, 2021
by
Shaoshuai Shi
Browse files
update NMS configs of WOD for better performance
parent
0685f4ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
9 deletions
+16
-9
tools/cfgs/waymo_models/PartA2.yaml
tools/cfgs/waymo_models/PartA2.yaml
+7
-4
tools/cfgs/waymo_models/pv_rcnn.yaml
tools/cfgs/waymo_models/pv_rcnn.yaml
+8
-4
tools/cfgs/waymo_models/second.yaml
tools/cfgs/waymo_models/second.yaml
+1
-1
No files found.
tools/cfgs/waymo_models/PartA2.yaml
View file @
2d269538
...
@@ -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
...
...
tools/cfgs/waymo_models/pv_rcnn.yaml
View file @
2d269538
...
@@ -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
...
...
tools/cfgs/waymo_models/second.yaml
View file @
2d269538
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment