"cacheflow/engine/llm_engine.py" did not exist on "8274ca23ac9f2ea0ccf758d1883794643aecb2e0"
Unverified Commit c5d8f002 authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Merge pull request #200 from hellock/master

Update to v0.5.5
parents 4c63fe5e fb3ea209
......@@ -36,6 +36,12 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates
v0.5.5 (22/12/2018)
- Add SSD for COCO and PASCAL VOC.
- Add ResNeXt backbones and detection models.
- Refactoring for Samplers/Assigners and add OHEM.
- Add VOC dataset and evaluation scripts.
v0.5.4 (27/11/2018)
- Add SingleStageDetector and RetinaNet.
......@@ -64,7 +70,7 @@ Results and models are available in the [Model zoo](MODEL_ZOO.md).
| Mask R-CNN | ✓ | ✓ | ☐ | ✗ |
| Cascade R-CNN | ✓ | ✓ | ☐ | ✗ |
| Cascade Mask R-CNN | ✓ | ✓ | ☐ | ✗ |
| SSD | ✗ | ✗ | ✗ | |
| SSD | ✗ | ✗ | ✗ | |
| RetinaNet | ✓ | ✓ | ☐ | ✗ |
## Installation
......
......@@ -12,7 +12,7 @@ def readme():
MAJOR = 0
MINOR = 5
PATCH = 4
PATCH = 5
SUFFIX = ''
SHORT_VERSION = '{}.{}.{}{}'.format(MAJOR, MINOR, PATCH, SUFFIX)
......
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