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
c9cd02c1
"git@developer.sourcefind.cn:OpenDAS/torch-cluster.git" did not exist on "0ad730f37cec4be2340ee4171888e28c5716915d"
Commit
c9cd02c1
authored
Jun 21, 2020
by
liyinhao
Browse files
change gt_names_3d
parent
38fdbfd9
Changes
1
Hide 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 @
c9cd02c1
...
@@ -181,7 +181,7 @@ class NuScenesDataset(Custom3DDataset):
...
@@ -181,7 +181,7 @@ class NuScenesDataset(Custom3DDataset):
anns_results
=
dict
(
anns_results
=
dict
(
gt_bboxes_3d
=
gt_bboxes_3d
,
gt_bboxes_3d
=
gt_bboxes_3d
,
gt_labels_3d
=
gt_labels_3d
,
gt_labels_3d
=
gt_labels_3d
,
gt_names
_3d
=
gt_names_3d
)
gt_names
=
gt_names_3d
)
return
anns_results
return
anns_results
def
_format_bbox
(
self
,
results
,
jsonfile_prefix
=
None
):
def
_format_bbox
(
self
,
results
,
jsonfile_prefix
=
None
):
...
...
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