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
2c34611d
Commit
2c34611d
authored
Jul 03, 2020
by
Shaoshuai Shi
Browse files
bugfixed: cvpr2019 ==> detection_cvpr_2019
parent
c1d93158
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pcdet/datasets/nuscenes/nuscenes_dataset.py
pcdet/datasets/nuscenes/nuscenes_dataset.py
+2
-2
No files found.
pcdet/datasets/nuscenes/nuscenes_dataset.py
View file @
2c34611d
...
...
@@ -110,7 +110,7 @@ class NuScenesDataset(DatasetTemplate):
def
get_template_prediction
(
num_samples
):
ret_dict
=
{
'name'
:
np
.
zeros
(
num_samples
),
'score'
:
np
.
zeros
(
num_samples
),
'boxes_lidar'
:
np
.
zeros
([
num_samples
,
7
])
'boxes_lidar'
:
np
.
zeros
([
num_samples
,
7
])
,
'pred_labels'
:
np
.
zeros
(
num_samples
)
}
return
ret_dict
...
...
@@ -166,7 +166,7 @@ class NuScenesDataset(DatasetTemplate):
from
nuscenes.eval.detection.config
import
config_factory
from
nuscenes.eval.detection.evaluate
import
NuScenesEval
eval_version
=
'cvpr_2019'
eval_version
=
'
detection_
cvpr_2019'
eval_set_map
=
{
'v1.0-mini'
:
'mini_val'
,
'v1.0-trainval'
:
'val'
,
...
...
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