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
dda784e5
"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "f33ffcc224fe6549bc2c10cf3597b702459d64fc"
Commit
dda784e5
authored
Apr 27, 2020
by
zhangwenwei
Browse files
test build pipeline with one valid cfg
parent
ee5667c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tests/test_config.py
tests/test_config.py
+4
-4
No files found.
tests/test_config.py
View file @
dda784e5
...
...
@@ -80,10 +80,10 @@ def test_config_build_pipeline():
config_dpath
=
_get_config_directory
()
print
(
'Found config_dpath = {!r}'
.
format
(
config_dpath
))
import
glob
config_
fpaths
=
list
(
glob
.
glob
(
join
(
config_dpath
,
'**'
,
'*.py'
)))
config_fpaths
=
[
p
for
p
in
config_fpaths
if
p
.
find
(
'_base_'
)
==
-
1
]
config_names
=
[
relpath
(
p
,
config_dpath
)
for
p
in
config_fpaths
]
# Other configs needs database sampler.
config_
names
=
[
'nus/hv_pointpillars_secfpn_sbn-all_4x8_20e_nus-3d.py'
,
]
print
(
'Using {} config files'
.
format
(
len
(
config_names
)))
...
...
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