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
8f765b66
"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "447d58b4ee8ea96b4757a5bb5f0b3be75af6c2a1"
Unverified
Commit
8f765b66
authored
Oct 06, 2022
by
Jungwan Woo
Committed by
GitHub
Oct 06, 2022
Browse files
fix: minor waymo eval class name typo (#1136)
parent
b345b08c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pcdet/datasets/waymo/waymo_eval.py
pcdet/datasets/waymo/waymo_eval.py
+1
-1
No files found.
pcdet/datasets/waymo/waymo_eval.py
View file @
8f765b66
...
@@ -21,7 +21,7 @@ def limit_period(val, offset=0.5, period=np.pi):
...
@@ -21,7 +21,7 @@ def limit_period(val, offset=0.5, period=np.pi):
class
OpenPCDetWaymoDetectionMetricsEstimator
(
tf
.
test
.
TestCase
):
class
OpenPCDetWaymoDetectionMetricsEstimator
(
tf
.
test
.
TestCase
):
WAYMO_CLASSES
=
[
'unknown'
,
'Vehicle'
,
'Pedestrian'
,
'
Truck
'
,
'Cyclist'
]
WAYMO_CLASSES
=
[
'unknown'
,
'Vehicle'
,
'Pedestrian'
,
'
Sign
'
,
'Cyclist'
]
def
generate_waymo_type_results
(
self
,
infos
,
class_names
,
is_gt
=
False
,
fake_gt_infos
=
True
):
def
generate_waymo_type_results
(
self
,
infos
,
class_names
,
is_gt
=
False
,
fake_gt_infos
=
True
):
def
boxes3d_kitti_fakelidar_to_lidar
(
boxes3d_lidar
):
def
boxes3d_kitti_fakelidar_to_lidar
(
boxes3d_lidar
):
...
...
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