Commit af755e01 authored by Kai Chen's avatar Kai Chen
Browse files

update readme

parent 2890bcb5
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
mmdetection is an open source object detection toolbox based on PyTorch. It is 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/). 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 ### Major features
- **Modular Design** - **Modular Design**
...@@ -34,6 +36,9 @@ This project is released under the [Apache 2.0 license](LICENSE). ...@@ -34,6 +36,9 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates ## Updates
v0.5.3 (26/11/2018)
- Add Cascade R-CNN and Cascade Mask R-CNN.
v0.5.2 (21/10/2018) v0.5.2 (21/10/2018)
- Add support for custom datasets. - Add support for custom datasets.
- Add a script to convert PASCAL VOC annotations to the expected format. - Add a script to convert PASCAL VOC annotations to the expected format.
......
...@@ -93,7 +93,7 @@ if __name__ == '__main__': ...@@ -93,7 +93,7 @@ if __name__ == '__main__':
package_data={'mmdet.ops': ['*/*.so']}, package_data={'mmdet.ops': ['*/*.so']},
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment