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
9be9b11e
Commit
9be9b11e
authored
Jun 23, 2020
by
liyinhao
Browse files
Change file client
parent
c9cd02c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
tools/data_converter/create_gt_database.py
tools/data_converter/create_gt_database.py
+1
-6
No files found.
tools/data_converter/create_gt_database.py
View file @
9be9b11e
...
@@ -172,12 +172,7 @@ def create_groundtruth_database(dataset_class_name,
...
@@ -172,12 +172,7 @@ def create_groundtruth_database(dataset_class_name,
])
])
if
dataset_class_name
==
'NuScenesDataset'
:
if
dataset_class_name
==
'NuScenesDataset'
:
file_client_args
=
dict
(
file_client_args
=
dict
(
backend
=
'disk'
)
backend
=
'petrel'
,
path_mapping
=
dict
({
'./data/nuscenes/'
:
's3://nuscenes/nuscenes/'
,
'data/nuscenes/'
:
's3://nuscenes/nuscenes/'
}))
dataset_cfg
.
update
(
pipeline
=
[
dataset_cfg
.
update
(
pipeline
=
[
dict
(
dict
(
type
=
'LoadPointsFromFile'
,
type
=
'LoadPointsFromFile'
,
...
...
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