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
20c0fbdc
"vscode:/vscode.git/clone" did not exist on "ac638b3719a5f7776445ab023cbca4d3dcb10e28"
Unverified
Commit
20c0fbdc
authored
Jun 03, 2021
by
Ziyi Wu
Committed by
GitHub
Jun 03, 2021
Browse files
fix mmseg max version (#616)
parent
fe570be7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
mmdet3d/__init__.py
mmdet3d/__init__.py
+1
-3
No files found.
mmdet3d/__init__.py
View file @
20c0fbdc
...
...
@@ -36,10 +36,8 @@ assert (mmdet_version >= digit_version(mmdet_minimum_version)
f
'Please install mmdet>=
{
mmdet_minimum_version
}
, '
\
f
'<=
{
mmdet_maximum_version
}
.'
# TODO: actually we are incompatibile with even the newest mmseg
# TODO: some changes are still in master branch and not released yet
mmseg_minimum_version
=
'0.13.0'
mmseg_maximum_version
=
'0.1
3
.0'
mmseg_maximum_version
=
'0.1
4
.0'
mmseg_version
=
digit_version
(
mmseg
.
__version__
)
assert
(
mmseg_version
>=
digit_version
(
mmseg_minimum_version
)
and
mmseg_version
<=
digit_version
(
mmseg_maximum_version
)),
\
...
...
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