+ Training from scratch (from [Rethinking ImageNet Pre-training](https://arxiv.org/abs/1811.08883))
This is likely the best-performing open source TensorFlow reimplementation of the above papers.
## Dependencies
+ OpenCV, TensorFlow ≥ 1.6
+ pycocotools/scipy: `for i in cython 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI' scipy; do pip install $i; done`
...
...
@@ -123,7 +122,6 @@ Performance in [Detectron](https://github.com/facebookresearch/Detectron/) can b
<aid="ft3">3</a>: This entry does not use ImageNet pre-training. Detectron numbers are taken from Fig. 5 in [Rethinking ImageNet Pre-training](https://arxiv.org/abs/1811.08883).
Note that our training strategy is slightly different: we enable cascade throughout the entire training.
As far as I know, this model is the __best open source TF model__ on COCO dataset.
## Use Custom Datasets / Implementation Details / Speed: