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
mmdetection3d
Commits
d1f7d1ad
"examples/vscode:/vscode.git/clone" did not exist on "3a237f4fa25dd5a3f354428f0e2e869d08089dc7"
Commit
d1f7d1ad
authored
Aug 30, 2021
by
Yezhen Cong
Committed by
Tai-Wang
Sep 24, 2021
Browse files
Fix centerpoint tta (#892)
parent
7b1bda2d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
configs/centerpoint/centerpoint_0075voxel_second_secfpn_dcn_4x8_cyclic_tta_20e_nus.py
...int_0075voxel_second_secfpn_dcn_4x8_cyclic_tta_20e_nus.py
+2
-0
mmdet3d/models/detectors/centerpoint.py
mmdet3d/models/detectors/centerpoint.py
+4
-4
No files found.
configs/centerpoint/centerpoint_0075voxel_second_secfpn_dcn_4x8_cyclic_tta_20e_nus.py
View file @
d1f7d1ad
_base_
=
'./centerpoint_0075voxel_second_secfpn_dcn_4x8_cyclic_20e_nus.py'
_base_
=
'./centerpoint_0075voxel_second_secfpn_dcn_4x8_cyclic_20e_nus.py'
model
=
dict
(
test_cfg
=
dict
(
pts
=
dict
(
use_rotate_nms
=
True
,
max_num
=
500
)))
point_cloud_range
=
[
-
54
,
-
54
,
-
5.0
,
54
,
54
,
3.0
]
point_cloud_range
=
[
-
54
,
-
54
,
-
5.0
,
54
,
54
,
3.0
]
file_client_args
=
dict
(
backend
=
'disk'
)
file_client_args
=
dict
(
backend
=
'disk'
)
class_names
=
[
class_names
=
[
...
...
mmdet3d/models/detectors/centerpoint.py
View file @
d1f7d1ad
...
@@ -122,8 +122,8 @@ class CenterPoint(MVXTwoStageDetector):
...
@@ -122,8 +122,8 @@ class CenterPoint(MVXTwoStageDetector):
task_id
][
0
][
key
][:,
1
,
...]
task_id
][
0
][
key
][:,
1
,
...]
elif
key
==
'rot'
:
elif
key
==
'rot'
:
outs
[
task_id
][
0
][
outs
[
task_id
][
0
][
key
][:,
1
,
key
][:,
0
,
...]
=
-
outs
[
task_id
][
0
][
key
][:,
1
,
...]
...]
=
-
outs
[
task_id
][
0
][
key
][:,
0
,
...]
elif
key
==
'vel'
:
elif
key
==
'vel'
:
outs
[
task_id
][
0
][
outs
[
task_id
][
0
][
key
][:,
1
,
key
][:,
1
,
...
@@ -136,8 +136,8 @@ class CenterPoint(MVXTwoStageDetector):
...
@@ -136,8 +136,8 @@ class CenterPoint(MVXTwoStageDetector):
task_id
][
0
][
key
][:,
0
,
...]
task_id
][
0
][
key
][:,
0
,
...]
elif
key
==
'rot'
:
elif
key
==
'rot'
:
outs
[
task_id
][
0
][
outs
[
task_id
][
0
][
key
][:,
0
,
key
][:,
1
,
...]
=
-
outs
[
task_id
][
0
][
key
][:,
0
,
...]
...]
=
-
outs
[
task_id
][
0
][
key
][:,
1
,
...]
elif
key
==
'vel'
:
elif
key
==
'vel'
:
outs
[
task_id
][
0
][
outs
[
task_id
][
0
][
key
][:,
0
,
key
][:,
0
,
...
...
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