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
8dc2110d
"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "995b75f85c89a71e022300a04371a08801262c4b"
Commit
8dc2110d
authored
Jun 06, 2022
by
VVsssssk
Committed by
ChaimZhu
Jul 20, 2022
Browse files
fix cfg
parent
71b88ff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
configs/_base_/datasets/kitti-3d-car.py
configs/_base_/datasets/kitti-3d-car.py
+0
-2
No files found.
configs/_base_/datasets/kitti-3d-car.py
View file @
8dc2110d
...
@@ -99,7 +99,6 @@ train_dataloader = dict(
...
@@ -99,7 +99,6 @@ train_dataloader = dict(
data_prefix
=
dict
(
pts
=
'training/velodyne_reduced'
),
data_prefix
=
dict
(
pts
=
'training/velodyne_reduced'
),
pipeline
=
train_pipeline
,
pipeline
=
train_pipeline
,
modality
=
input_modality
,
modality
=
input_modality
,
classes
=
class_names
,
test_mode
=
False
,
test_mode
=
False
,
metainfo
=
metainfo
,
metainfo
=
metainfo
,
# we use box_type_3d='LiDAR' in kitti and nuscenes dataset
# we use box_type_3d='LiDAR' in kitti and nuscenes dataset
...
@@ -118,7 +117,6 @@ val_dataloader = dict(
...
@@ -118,7 +117,6 @@ val_dataloader = dict(
ann_file
=
'kitti_infos_val.pkl'
,
ann_file
=
'kitti_infos_val.pkl'
,
pipeline
=
eval_pipeline
,
pipeline
=
eval_pipeline
,
modality
=
input_modality
,
modality
=
input_modality
,
classes
=
class_names
,
test_mode
=
True
,
test_mode
=
True
,
metainfo
=
metainfo
,
metainfo
=
metainfo
,
box_type_3d
=
'LiDAR'
))
box_type_3d
=
'LiDAR'
))
...
...
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