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
efb94221
"lib/bindings/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "e9cb035ac72b1b3f88635242db5e773da66d93b8"
Commit
efb94221
authored
Jul 12, 2020
by
Shaoshuai Shi
Browse files
fix tiny bugs
parent
83753361
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pcdet/utils/box_coder_utils.py
pcdet/utils/box_coder_utils.py
+1
-1
No files found.
pcdet/utils/box_coder_utils.py
View file @
efb94221
...
@@ -51,7 +51,7 @@ class ResidualCoder(object):
...
@@ -51,7 +51,7 @@ class ResidualCoder(object):
"""
"""
xa
,
ya
,
za
,
dxa
,
dya
,
dza
,
ra
,
*
cas
=
torch
.
split
(
anchors
,
1
,
dim
=-
1
)
xa
,
ya
,
za
,
dxa
,
dya
,
dza
,
ra
,
*
cas
=
torch
.
split
(
anchors
,
1
,
dim
=-
1
)
if
self
.
encode_angle_by_sincos
:
if
not
self
.
encode_angle_by_sincos
:
xt
,
yt
,
zt
,
dxt
,
dyt
,
dzt
,
rt
,
*
cts
=
torch
.
split
(
box_encodings
,
1
,
dim
=-
1
)
xt
,
yt
,
zt
,
dxt
,
dyt
,
dzt
,
rt
,
*
cts
=
torch
.
split
(
box_encodings
,
1
,
dim
=-
1
)
else
:
else
:
xt
,
yt
,
zt
,
dxt
,
dyt
,
dzt
,
cost
,
sint
,
*
cts
=
torch
.
split
(
box_encodings
,
1
,
dim
=-
1
)
xt
,
yt
,
zt
,
dxt
,
dyt
,
dzt
,
cost
,
sint
,
*
cts
=
torch
.
split
(
box_encodings
,
1
,
dim
=-
1
)
...
...
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