"test/vscode:/vscode.git/clone" did not exist on "6cb4fc21c2cd2f9bbc59b42bae64831cecdb45a4"
Commit 248b6c86 authored by Kai Chen's avatar Kai Chen
Browse files

update readme

parent 717b2587
......@@ -6,7 +6,7 @@
- Python 3.4+
- PyTorch 1.0
- Cython
- [mmcv](https://github.com/open-mmlab/mmcv) >= 0.2.5
- [mmcv](https://github.com/open-mmlab/mmcv)
### Install mmdetection
......
......@@ -40,7 +40,8 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates
v0.6.0 (14/04/2019)
- Various minor fixes and user experience improvements.
- Up to 30% speedup compared to the model zoo.
- Support both PyTorch stable and nightly version.
- Replace NMS and SigmoidFocalLoss with Pytorch CUDA extensions.
v0.6rc0(06/02/2019)
......
......@@ -106,7 +106,7 @@ if __name__ == '__main__':
setup_requires=['pytest-runner'],
tests_require=['pytest'],
install_requires=[
'mmcv>=0.2.5', 'numpy', 'matplotlib', 'six', 'terminaltables',
'mmcv>=0.2.6', 'numpy', 'matplotlib', 'six', 'terminaltables',
'pycocotools'
],
zip_safe=False)
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