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
MMCV
Commits
e7f049af
Unverified
Commit
e7f049af
authored
Feb 20, 2022
by
Zaida Zhou
Committed by
GitHub
Feb 20, 2022
Browse files
Add mmrotate link in README.md (#1733)
* Add mmrotate link in README.md * Add mmrotate link in docs * fix isort
parent
b83bdb0c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1 deletion
+5
-1
README.md
README.md
+1
-0
README_zh-CN.md
README_zh-CN.md
+1
-0
docs/en/get_started/introduction.md
docs/en/get_started/introduction.md
+1
-0
docs/zh_cn/get_started/introduction.md
docs/zh_cn/get_started/introduction.md
+1
-0
tests/test_ops/test_roi_align_rotated.py
tests/test_ops/test_roi_align_rotated.py
+1
-1
No files found.
README.md
View file @
e7f049af
...
...
@@ -50,6 +50,7 @@ research projects as below:
-
[
MMSelfSup
](
https://github.com/open-mmlab/mmselfsup
)
: OpenMMLab self-supervised learning Toolbox and Benchmark.
-
[
MMRazor
](
https://github.com/open-mmlab/mmrazor
)
: OpenMMLab Model Compression Toolbox and Benchmark.
-
[
MMDeploy
](
https://github.com/open-mmlab/mmdeploy
)
: OpenMMLab Model Deployment Framework.
-
[
MMRotate
](
https://github.com/open-mmlab/mmrotate
)
: OpenMMLab rotated object detection toolbox and benchmark.
It provides the following functionalities.
...
...
README_zh-CN.md
View file @
e7f049af
...
...
@@ -49,6 +49,7 @@ MMCV 是一个面向计算机视觉的基础库,它支持了很多开源项目
-
[
MMSelfSup
](
https://github.com/open-mmlab/mmselfsup
)
: OpenMMLab 自监督学习工具箱与测试基准
-
[
MMRazor
](
https://github.com/open-mmlab/mmrazor
)
: OpenMMLab 模型压缩工具箱与测试基准
-
[
MMDeploy
](
https://github.com/open-mmlab/mmdeploy
)
: OpenMMLab 模型部署框架
-
[
MMRotate
](
https://github.com/open-mmlab/mmrotate
)
: OpenMMLab 旋转框检测工具箱与测试基准
MMCV 提供了如下众多功能:
...
...
docs/en/get_started/introduction.md
View file @
e7f049af
...
...
@@ -20,6 +20,7 @@ research projects as below:
-
[
MMSelfSup
](
https://github.com/open-mmlab/mmselfsup
)
: OpenMMLab self-supervised learning Toolbox and Benchmark.
-
[
MMRazor
](
https://github.com/open-mmlab/mmrazor
)
: OpenMMLab Model Compression Toolbox and Benchmark.
-
[
MMDeploy
](
https://github.com/open-mmlab/mmdeploy
)
: OpenMMLab Model Deployment Framework.
-
[
MMRotate
](
https://github.com/open-mmlab/mmrotate
)
: OpenMMLab rotated object detection toolbox and benchmark.
It provides the following functionalities.
...
...
docs/zh_cn/get_started/introduction.md
View file @
e7f049af
...
...
@@ -19,6 +19,7 @@ MMCV 是一个面向计算机视觉的基础库,它支持了很多开源项目
-
[
MMSelfSup
](
https://github.com/open-mmlab/mmselfsup
)
: OpenMMLab 自监督学习工具箱与测试基准
-
[
MMRazor
](
https://github.com/open-mmlab/mmrazor
)
: OpenMMLab 模型压缩工具箱与测试基准
-
[
MMDeploy
](
https://github.com/open-mmlab/mmdeploy
)
: OpenMMLab 模型部署框架
-
[
MMRotate
](
https://github.com/open-mmlab/mmrotate
)
: OpenMMLab 旋转框检测工具箱与测试基准
MMCV 提供了如下众多功能:
...
...
tests/test_ops/test_roi_align_rotated.py
View file @
e7f049af
...
...
@@ -80,7 +80,7 @@ def _test_roialign_rotated_allclose(device, dtype):
if
not
torch
.
cuda
.
is_available
()
and
device
==
'cuda'
:
pytest
.
skip
(
'unittest does not support GPU yet.'
)
try
:
from
mmcv.ops
import
roi_a
lign
_r
otated
,
RoIA
lign
R
otated
from
mmcv.ops
import
RoIA
lign
R
otated
,
roi_a
lign
_r
otated
except
ModuleNotFoundError
:
pytest
.
skip
(
'test requires compilation'
)
pool_h
=
2
...
...
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