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
ModelZoo
SOLOv2-pytorch
Commits
abc440fc
Unverified
Commit
abc440fc
authored
Oct 12, 2018
by
Kai Chen
Committed by
GitHub
Oct 12, 2018
Browse files
Merge pull request #18 from hellock/dev
Rename the subpackage api to apis
parents
df2aab9b
2507eb6f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
mmdet/apis/__init__.py
mmdet/apis/__init__.py
+0
-0
mmdet/apis/env.py
mmdet/apis/env.py
+0
-0
mmdet/apis/inference.py
mmdet/apis/inference.py
+0
-0
mmdet/apis/train.py
mmdet/apis/train.py
+0
-0
tools/train.py
tools/train.py
+2
-2
No files found.
mmdet/api/__init__.py
→
mmdet/api
s
/__init__.py
View file @
abc440fc
File moved
mmdet/api/env.py
→
mmdet/api
s
/env.py
View file @
abc440fc
File moved
mmdet/api/inference.py
→
mmdet/api
s
/inference.py
View file @
abc440fc
File moved
mmdet/api/train.py
→
mmdet/api
s
/train.py
View file @
abc440fc
File moved
tools/train.py
View file @
abc440fc
...
@@ -5,8 +5,8 @@ from mmcv import Config
...
@@ -5,8 +5,8 @@ from mmcv import Config
from
mmcv.runner
import
obj_from_dict
from
mmcv.runner
import
obj_from_dict
from
mmdet
import
datasets
,
__version__
from
mmdet
import
datasets
,
__version__
from
mmdet.api
import
(
train_detector
,
init_dist
,
get_root_logger
,
from
mmdet.api
s
import
(
train_detector
,
init_dist
,
get_root_logger
,
set_random_seed
)
set_random_seed
)
from
mmdet.models
import
build_detector
from
mmdet.models
import
build_detector
...
...
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