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
84317d37
Commit
84317d37
authored
May 05, 2020
by
zhangwenwei
Browse files
Fix unittest bug
parent
ba888088
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tests/test_config.py
tests/test_config.py
+1
-1
tools/train.py
tools/train.py
+2
-2
No files found.
tests/test_config.py
View file @
84317d37
...
...
@@ -82,7 +82,7 @@ def test_config_build_pipeline():
# Other configs needs database sampler.
config_names
=
[
'nus/hv_pointpillars_secfpn_sbn-all_4x8_2
0e
_nus-3d.py'
,
'nus/hv_pointpillars_secfpn_sbn-all_4x8_2
x
_nus-3d.py'
,
]
print
(
'Using {} config files'
.
format
(
len
(
config_names
)))
...
...
tools/train.py
View file @
84317d37
...
...
@@ -15,8 +15,8 @@ from mmdet3d import __version__
from
mmdet3d.apis
import
train_detector
from
mmdet3d.datasets
import
build_dataset
from
mmdet3d.models
import
build_detector
from
mmdet3d.utils
import
collect_env
from
mmdet.apis
import
get_root_logger
,
set_random_seed
from
mmdet3d.utils
import
collect_env
,
get_root_logger
from
mmdet.apis
import
set_random_seed
def
parse_args
():
...
...
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