Inference and evaluation on the Open Images dataset</a><br>
Inference and evaluation on the Open Images dataset</a><br>
*<ahref='g3doc/instance_segmentation.md'>
Run an instance segmentation model
## Getting Help
## Getting Help
...
@@ -75,7 +79,7 @@ API, create a new question on [StackOverflow](https://stackoverflow.com/) with
...
@@ -75,7 +79,7 @@ API, create a new question on [StackOverflow](https://stackoverflow.com/) with
the tags "tensorflow" and "object-detection".
the tags "tensorflow" and "object-detection".
Please report bugs (actually broken code, not usage questions) to the
Please report bugs (actually broken code, not usage questions) to the
tensorflow/models Github
tensorflow/models GitHub
[issue tracker](https://github.com/tensorflow/models/issues), prefixing the
[issue tracker](https://github.com/tensorflow/models/issues), prefixing the
issue name with "object_detection".
issue name with "object_detection".
...
@@ -83,6 +87,15 @@ issue name with "object_detection".
...
@@ -83,6 +87,15 @@ issue name with "object_detection".
## Release information
## Release information
### February 9, 2018
We now support instance segmentation!! In this API update we support a number of instance segmentation models similar to those discussed in the [Mask R-CNN paper](https://arxiv.org/abs/1703.06870). For further details refer to
[our slides](http://presentations.cocodataset.org/Places17-GMRI.pdf) from the 2017 Coco + Places Workshop.
Refer to the section on [Running an Instance Segmentation Model](g3doc/instance_segmentation.md) for instructions on how to configure a model
that predicts masks in addition to object bounding boxes.
<b>Thanks to contributors</b>: Alireza Fathi, Zhichao Lu, Vivek Rathod, Ronny Votel, Jonathan Huang
### November 17, 2017
### November 17, 2017
As a part of the Open Images V3 release we have released:
As a part of the Open Images V3 release we have released: