"tools/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "327c173a56068e24e48bed583c01e8fbafbe46a4"
Commit b35146e9 authored by Shaoshuai Shi's avatar Shaoshuai Shi
Browse files

plot_examples=0 in nuscene evaluation

parent 9b3246dd
...@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment