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
85f1d0d5
Commit
85f1d0d5
authored
Sep 04, 2022
by
Cedarch
Browse files
update yaml of MPPNet
parent
4a8a3bf7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
pcdet/models/roi_heads/mppnet_memory_bank_e2e.py
pcdet/models/roi_heads/mppnet_memory_bank_e2e.py
+1
-4
tools/cfgs/waymo_models/mppnet_e2e_memorybank_inference.yaml
tools/cfgs/waymo_models/mppnet_e2e_memorybank_inference.yaml
+2
-3
No files found.
pcdet/models/roi_heads/mppnet_memory_bank_e2e.py
View file @
85f1d0d5
...
...
@@ -225,10 +225,7 @@ class MPPNetHeadE2E(RoIHeadTemplate):
time_stamp
[:,
i
,:]
=
i
*
0.1
box_seq
=
torch
.
cat
([
trajectory_rois
[:,:,:,:
7
],
time_stamp
],
-
1
)
if
self
.
model_cfg
.
USE_BOX_ENCODING
.
NORM_T0
:
# canonical transformation
box_seq
[:,
:,
:,
0
:
3
]
=
box_seq
[:,
:,
:,
0
:
3
]
-
box_seq
[:,
0
:
1
,
:,
0
:
3
]
box_seq
[:,
:,
:,
0
:
3
]
=
box_seq
[:,
:,
:,
0
:
3
]
-
box_seq
[:,
0
:
1
,
:,
0
:
3
]
roi_ry
=
box_seq
[:,:,:,
6
]
%
(
2
*
np
.
pi
)
...
...
tools/cfgs/waymo_models/mppnet_e2e_memorybank_inference.yaml
View file @
85f1d0d5
...
...
@@ -91,13 +91,12 @@ MODEL:
ENABLED
:
True
NORM_T0
:
True
ALL_YAW_T0
:
True
AVG_STAGE
_
1
:
True
AVG_STAGE1
_SCORE
:
True
USE_TRAJ_EMPTY_MASK
:
True
USE_AUX_LOSS
:
True
USE_MLP_JOINTEMB
:
True
IOU_WEIGHT
:
[
0.5
,
0.4
]
ROI_GRID_POOL
:
#if using 16frame, change to corresponding setting
ROI_GRID_POOL
:
#if using 16frame, change to
the
corresponding setting
GRID_SIZE
:
4
MLPS
:
[[
128
,
128
],
[
128
,
128
]]
POOL_RADIUS
:
[
0.8
,
1.6
]
...
...
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