Commit c9cd02c1 authored by liyinhao's avatar liyinhao
Browse files

change gt_names_3d

parent 38fdbfd9
......@@ -181,7 +181,7 @@ class NuScenesDataset(Custom3DDataset):
anns_results = dict(
gt_bboxes_3d=gt_bboxes_3d,
gt_labels_3d=gt_labels_3d,
gt_names_3d=gt_names_3d)
gt_names=gt_names_3d)
return anns_results
def _format_bbox(self, results, jsonfile_prefix=None):
......
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