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
b35146e9
Commit
b35146e9
authored
Jul 07, 2020
by
Shaoshuai Shi
Browse files
plot_examples=0 in nuscene evaluation
parent
9b3246dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pcdet/datasets/nuscenes/nuscenes_dataset.py
pcdet/datasets/nuscenes/nuscenes_dataset.py
+1
-1
No files found.
pcdet/datasets/nuscenes/nuscenes_dataset.py
View file @
b35146e9
...
@@ -230,7 +230,7 @@ class NuScenesDataset(DatasetTemplate):
...
@@ -230,7 +230,7 @@ class NuScenesDataset(DatasetTemplate):
output_dir
=
str
(
output_path
),
output_dir
=
str
(
output_path
),
verbose
=
True
,
verbose
=
True
,
)
)
metrics_summary
=
nusc_eval
.
main
(
plot_examples
=
2
,
render_curves
=
False
)
metrics_summary
=
nusc_eval
.
main
(
plot_examples
=
0
,
render_curves
=
False
)
with
open
(
output_path
/
'metrics_summary.json'
,
'r'
)
as
f
:
with
open
(
output_path
/
'metrics_summary.json'
,
'r'
)
as
f
:
metrics
=
json
.
load
(
f
)
metrics
=
json
.
load
(
f
)
...
...
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