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
80ef7fee
Unverified
Commit
80ef7fee
authored
Apr 19, 2021
by
Wenhao Wu
Committed by
GitHub
Apr 19, 2021
Browse files
[Fix] Waymo loading error (#441)
parent
2d9b97bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
configs/_base_/datasets/waymoD5-3d-3class.py
configs/_base_/datasets/waymoD5-3d-3class.py
+1
-0
No files found.
configs/_base_/datasets/waymoD5-3d-3class.py
View file @
80ef7fee
...
@@ -24,6 +24,7 @@ db_sampler = dict(
...
@@ -24,6 +24,7 @@ db_sampler = dict(
sample_groups
=
dict
(
Car
=
15
,
Pedestrian
=
10
,
Cyclist
=
10
),
sample_groups
=
dict
(
Car
=
15
,
Pedestrian
=
10
,
Cyclist
=
10
),
points_loader
=
dict
(
points_loader
=
dict
(
type
=
'LoadPointsFromFile'
,
type
=
'LoadPointsFromFile'
,
coord_type
=
'LIDAR'
,
load_dim
=
5
,
load_dim
=
5
,
use_dim
=
[
0
,
1
,
2
,
3
,
4
],
use_dim
=
[
0
,
1
,
2
,
3
,
4
],
file_client_args
=
file_client_args
))
file_client_args
=
file_client_args
))
...
...
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