Skip to content
Snippets Groups Projects
Commit af755e01 authored by Kai Chen's avatar Kai Chen
Browse files

update readme

parent 2890bcb5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
mmdetection is an open source object detection toolbox based on PyTorch. It is
a part of the open-mmlab project developed by [Multimedia Laboratory, CUHK](http://mmlab.ie.cuhk.edu.hk/).
![demo image](demo/coco_test_12510.jpg)
### Major features
- **Modular Design**
......@@ -34,6 +36,9 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates
v0.5.3 (26/11/2018)
- Add Cascade R-CNN and Cascade Mask R-CNN.
v0.5.2 (21/10/2018)
- Add support for custom datasets.
- Add a script to convert PASCAL VOC annotations to the expected format.
......
demo/coco_test_12510.jpg

179 KiB

......@@ -93,7 +93,7 @@ if __name__ == '__main__':
package_data={'mmdet.ops': ['*/*.so']},
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
......
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