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
abd7b7f0
Commit
abd7b7f0
authored
Nov 26, 2021
by
Shaoshuai Shi
Browse files
update: set fake_gt_infos=False for waymo_eval.py
parent
c7f2e987
Changes
1
Hide 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 @
abd7b7f0
...
@@ -236,7 +236,7 @@ def main():
...
@@ -236,7 +236,7 @@ def main():
gt_infos_dst
.
append
(
cur_info
)
gt_infos_dst
.
append
(
cur_info
)
waymo_AP
=
eval
.
waymo_evaluation
(
waymo_AP
=
eval
.
waymo_evaluation
(
pred_infos
,
gt_infos_dst
,
class_name
=
args
.
class_names
,
distance_thresh
=
1000
,
fake_gt_infos
=
Tru
e
pred_infos
,
gt_infos_dst
,
class_name
=
args
.
class_names
,
distance_thresh
=
1000
,
fake_gt_infos
=
Fals
e
)
)
print
(
waymo_AP
)
print
(
waymo_AP
)
...
...
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