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
4996f4cd
"...serve/git@developer.sourcefind.cn:OpenDAS/lmdeploy.git" did not exist on "cc93136e6a166566fc6f0502c67aa99a94673db3"
Unverified
Commit
4996f4cd
authored
Sep 24, 2020
by
yinchimaoliang
Committed by
GitHub
Sep 24, 2020
Browse files
Add evaluation interval for centerpoint. (#131)
parent
9de2d966
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
configs/centerpoint/centerpoint_01voxel_second_secfpn_4x8_cyclic_20e_nus.py
...t/centerpoint_01voxel_second_secfpn_4x8_cyclic_20e_nus.py
+2
-0
configs/centerpoint/centerpoint_02pillar_second_secfpn_4x8_cyclic_20e_nus.py
.../centerpoint_02pillar_second_secfpn_4x8_cyclic_20e_nus.py
+2
-0
No files found.
configs/centerpoint/centerpoint_01voxel_second_secfpn_4x8_cyclic_20e_nus.py
View file @
4996f4cd
...
@@ -142,3 +142,5 @@ data = dict(
...
@@ -142,3 +142,5 @@ data = dict(
box_type_3d
=
'LiDAR'
)),
box_type_3d
=
'LiDAR'
)),
val
=
dict
(
pipeline
=
test_pipeline
,
classes
=
class_names
),
val
=
dict
(
pipeline
=
test_pipeline
,
classes
=
class_names
),
test
=
dict
(
pipeline
=
test_pipeline
,
classes
=
class_names
))
test
=
dict
(
pipeline
=
test_pipeline
,
classes
=
class_names
))
evaluation
=
dict
(
interval
=
20
)
configs/centerpoint/centerpoint_02pillar_second_secfpn_4x8_cyclic_20e_nus.py
View file @
4996f4cd
...
@@ -141,3 +141,5 @@ data = dict(
...
@@ -141,3 +141,5 @@ data = dict(
box_type_3d
=
'LiDAR'
)),
box_type_3d
=
'LiDAR'
)),
val
=
dict
(
pipeline
=
test_pipeline
,
classes
=
class_names
),
val
=
dict
(
pipeline
=
test_pipeline
,
classes
=
class_names
),
test
=
dict
(
pipeline
=
test_pipeline
,
classes
=
class_names
))
test
=
dict
(
pipeline
=
test_pipeline
,
classes
=
class_names
))
evaluation
=
dict
(
interval
=
20
)
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