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
mmdetection3d
Commits
a87c110b
Unverified
Commit
a87c110b
authored
Oct 01, 2020
by
Xingxin Chen
Committed by
GitHub
Oct 01, 2020
Browse files
[Fix]: Use correct dataset for nuscenes mini evaluation (#140)
parent
24abf9b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdet3d/datasets/nuscenes_dataset.py
mmdet3d/datasets/nuscenes_dataset.py
+1
-1
No files found.
mmdet3d/datasets/nuscenes_dataset.py
View file @
a87c110b
...
@@ -380,7 +380,7 @@ class NuScenesDataset(Custom3DDataset):
...
@@ -380,7 +380,7 @@ class NuScenesDataset(Custom3DDataset):
nusc
=
NuScenes
(
nusc
=
NuScenes
(
version
=
self
.
version
,
dataroot
=
self
.
data_root
,
verbose
=
False
)
version
=
self
.
version
,
dataroot
=
self
.
data_root
,
verbose
=
False
)
eval_set_map
=
{
eval_set_map
=
{
'v1.0-mini'
:
'mini_
train
'
,
'v1.0-mini'
:
'mini_
val
'
,
'v1.0-trainval'
:
'val'
,
'v1.0-trainval'
:
'val'
,
}
}
nusc_eval
=
NuScenesEval
(
nusc_eval
=
NuScenesEval
(
...
...
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