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

update version

parent 52496f55
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,12 @@ which is heavily depended on by this toolbox.
This project is released under the [GPLv3 license](LICENSE).
## Updates
v0.5.1 (20/10/2018)
- Add BBoxAssigner and BBoxSampler, the `train_cfg` field in config files are restructured.
- `ConvFCRoIHead` / `SharedFCRoIHead` are renamed to `ConvFCBBoxHead` / `SharedFCBBoxHead` for consistency.
## Benchmark and model zoo
We provide our baseline results and the comparision with Detectron, the most
......
......@@ -12,7 +12,7 @@ def readme():
MAJOR = 0
MINOR = 5
PATCH = 0
PATCH = 1
SUFFIX = ''
SHORT_VERSION = '{}.{}.{}{}'.format(MAJOR, MINOR, PATCH, SUFFIX)
......
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