Skip to content
Snippets Groups Projects
Commit f29f020c authored by pangjm's avatar pangjm
Browse files

minor fix

parent 0d74cd8f
No related branches found
No related tags found
No related merge requests found
...@@ -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 Detectron repository. b. Clone the mmdetection 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment