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
f29f020c
Commit
f29f020c
authored
Oct 12, 2018
by
pangjm
Browse files
minor fix
parent
0d74cd8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
f29f020c
...
...
@@ -10,8 +10,8 @@ a part of the open-mmlab project developed by [Multimedia Laboratory, CUHK](http
-
**Modular Design**
One can easily construct a customized object detection framework by combining different components.
One can easily construct a customized object detection framework by combining different components.
-
**Support of multiple frameworks out of box**
The toolbox directly supports popular detection frameworks,
*e.g.*
Faster RCNN, Mask RCNN, RetinaNet, etc.
...
...
@@ -20,10 +20,10 @@ a part of the open-mmlab project developed by [Multimedia Laboratory, CUHK](http
All basic bbox and mask operations run on GPUs now.
The training speed is about 5% ~ 20% faster than Detectron for different models.
-
**State of the art**
This was the codebase of the
*MMDet*
team, who won the
[
COCO Detection 2018 challenge
](
http://cocodataset.org/#detection-leaderboard
)
.
This was the codebase of the
*MMDet*
team, who won the
[
COCO Detection 2018 challenge
](
http://cocodataset.org/#detection-leaderboard
)
.
Apart from mmdetection, we also released a library
[
mmcv
](
https://github.com/open-mmlab/mmcv
)
for computer vision research,
which is heavily depended on by this toolbox.
...
...
@@ -51,7 +51,7 @@ popular detection projects. Results and models are available in the [Model zoo](
a. Install PyTorch 0.4.1 and torchvision following the
[
official instructions
](
https://pytorch.org/
)
.
b. Clone the
D
etect
r
on repository.
b. Clone the
mmd
etect
i
on repository.
```
shell
git clone https://github.com/open-mmlab/mmdetection.git
...
...
@@ -205,4 +205,4 @@ Expected results in WORK_DIR:
## Technical details
Some implementation details and project structures are described in the
[
technical details
](
TECHNICAL_DETAILS.md
)
.
\ No newline at end of file
Some implementation details and project structures are described in the
[
technical details
](
TECHNICAL_DETAILS.md
)
.
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