Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
food-round2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joel Joseph
food-round2
Commits
f29f020c
Commit
f29f020c
authored
6 years ago
by
pangjm
Browse files
Options
Downloads
Patches
Plain Diff
minor fix
parent
0d74cd8f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
f29f020c
...
@@ -10,8 +10,8 @@ a part of the open-mmlab project developed by [Multimedia Laboratory, CUHK](http
...
@@ -10,8 +10,8 @@ a part of the open-mmlab project developed by [Multimedia Laboratory, CUHK](http
-
**Modular Design**
-
**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**
-
**Support of multiple frameworks out of box**
The toolbox directly supports popular detection frameworks,
*e.g.*
Faster RCNN, Mask RCNN, RetinaNet, etc.
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
...
@@ -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.
All basic bbox and mask operations run on GPUs now.
The training speed is about 5% ~ 20% faster than Detectron for different models.
The training speed is about 5% ~ 20% faster than Detectron for different models.
-
**State of the art**
-
**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,
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.
which is heavily depended on by this toolbox.
...
@@ -51,7 +51,7 @@ popular detection projects. Results and models are available in the [Model zoo](
...
@@ -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/
)
.
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
```
shell
git clone https://github.com/open-mmlab/mmdetection.git
git clone https://github.com/open-mmlab/mmdetection.git
...
@@ -205,4 +205,4 @@ Expected results in WORK_DIR:
...
@@ -205,4 +205,4 @@ Expected results in WORK_DIR:
## Technical details
## Technical details
Some implementation details and project structures are described in the
[
technical details
](
TECHNICAL_DETAILS.md
)
.
Some implementation details and project structures are described in the
[
technical details
](
TECHNICAL_DETAILS.md
)
.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment