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
14a18646
Commit
14a18646
authored
Jun 07, 2022
by
VVsssssk
Committed by
ChaimZhu
Jul 20, 2022
Browse files
fix test_datalodaer cfg
parent
e3d94bdf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configs/_base_/datasets/kitti-3d-3class.py
configs/_base_/datasets/kitti-3d-3class.py
+1
-1
configs/_base_/datasets/kitti-3d-car.py
configs/_base_/datasets/kitti-3d-car.py
+1
-1
No files found.
configs/_base_/datasets/kitti-3d-3class.py
View file @
14a18646
...
...
@@ -123,7 +123,7 @@ val_dataloader = dict(
metainfo
=
metainfo
,
box_type_3d
=
'LiDAR'
))
test_dataloader
=
val_dataloader
test_dataloader
=
dict
(
dataset
=
dict
(
pipeline
=
test_pipeline
))
test_dataloader
[
'
dataset
'
][
'
pipeline
'
]
=
test_pipeline
val_evaluator
=
dict
(
type
=
'KittiMetric'
,
ann_file
=
data_root
+
'kitti_infos_val.pkl'
,
...
...
configs/_base_/datasets/kitti-3d-car.py
View file @
14a18646
...
...
@@ -121,7 +121,7 @@ val_dataloader = dict(
metainfo
=
metainfo
,
box_type_3d
=
'LiDAR'
))
test_dataloader
=
val_dataloader
test_dataloader
=
dict
(
dataset
=
dict
(
pipeline
=
test_pipeline
))
test_dataloader
[
'
dataset
'
][
'
pipeline
'
]
=
test_pipeline
val_evaluator
=
dict
(
type
=
'KittiMetric'
,
ann_file
=
data_root
+
'kitti_infos_val.pkl'
,
...
...
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