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
e5a155e8
Unverified
Commit
e5a155e8
authored
Dec 09, 2020
by
meng-zha
Committed by
GitHub
Dec 09, 2020
Browse files
[Fix]: create_gt_database of nuscenes (#221)
* Fix the bug on the commit #211 for the create_gt_database in nuscenes
parent
94f64e38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
tools/data_converter/create_gt_database.py
tools/data_converter/create_gt_database.py
+5
-2
No files found.
tools/data_converter/create_gt_database.py
View file @
e5a155e8
...
...
@@ -172,10 +172,13 @@ def create_groundtruth_database(dataset_class_name,
dataset_cfg
.
update
(
use_valid_flag
=
True
,
pipeline
=
[
dict
(
type
=
'LoadPointsFromFile'
,
load_dim
=
5
,
use_dim
=
5
),
dict
(
type
=
'LoadPointsFrom
MultiSweeps
'
,
type
=
'LoadPointsFrom
File
'
,
coord_type
=
'LIDAR'
,
load_dim
=
5
,
use_dim
=
5
),
dict
(
type
=
'LoadPointsFromMultiSweeps'
,
sweeps_num
=
10
,
use_dim
=
[
0
,
1
,
2
,
3
,
4
],
pad_empty_sweeps
=
True
,
...
...
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