Skip to content
Snippets Groups Projects
Unverified Commit f240bf9d authored by Wenwei Zhang's avatar Wenwei Zhang Committed by GitHub
Browse files

Update model zoo (#3684)

* update readme

* Update SABL/PAA in both readme and model zoo
parent a1e0e28c
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ Supported methods:
- [x] [CornerNet](configs/cornernet/README.md)
- [x] [Side-Aware Boundary Localization](configs/sabl/README.md)
- [x] [YOLOv3](configs/yolo/README.md)
- [x] [PAA](configs/paa/README.md)
Some other methods are also supported in [projects using MMDetection](./docs/projects.md).
......
......@@ -150,6 +150,12 @@ Please refer to [CornerNet](https://github.com/open-mmlab/mmdetection/blob/maste
### YOLOv3
Please refer to [YOLOv3](https://github.com/open-mmlab/mmdetection/blob/master/configs/yolo) for details.
### PAA
Please refer to [PAA](https://github.com/open-mmlab/mmdetection/blob/master/configs/paa) for details.
### SABL
Please refer to [SABL](https://github.com/open-mmlab/mmdetection/blob/master/configs/sabl) for details.
### Other datasets
We also benchmark some methods on [PASCAL VOC](https://github.com/open-mmlab/mmdetection/blob/master/configs/pascal_voc), [Cityscapes](https://github.com/open-mmlab/mmdetection/blob/master/configs/cityscapes) and [WIDER FACE](https://github.com/open-mmlab/mmdetection/blob/master/configs/wider_face).
......
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