# Convert TensorFlow Object Detection and Instance Segmentation Models to OpenVINO™
This tutorial explains how to convert [TensorFlow Object Detection](https://github.com/tensorflow/models/tree/master/research/object_detection) models to OpenVINO IR.
## Object Detection
[](https://mybinder.org/v2/gh/eaidova/openvino_notebooks_binder.git/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fopenvinotoolkit%252Fopenvino_notebooks%26urlpath%3Dtree%252Fopenvino_notebooks%252Fnotebooks%2Ftensorflow-object-detection-to-openvino%2Ftensorflow-object-detection-to-openvino.ipynb)
[](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/tensorflow-object-detection-to-openvino/tensorflow-object-detection-to-openvino.ipynb)
### Notebook Contents
The notebook shows how to convert the [Faster R-CNN with Resnet-50 V1 Object Detection model](https://tfhub.dev/tensorflow/faster_rcnn/resnet50_v1_640x640/1) and then detect objects in an image using OpenVINO Runtime.
### Installation Instructions
This is a self-contained example that relies solely on its own code.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start.
For details, please refer to [Installation Guide](../../README.md).
## Instance segmentation
[](https://mybinder.org/v2/gh/eaidova/openvino_notebooks_binder.git/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fopenvinotoolkit%252Fopenvino_notebooks%26urlpath%3Dtree%252Fopenvino_notebooks%252Fnotebooks%2Ftensorflow-object-detection-to-openvino%2Ftensorflow-instance-segmentation-to-openvino.ipynb)
[](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/tensorflow-object-detection-to-openvino/tensorflow-instance-segmentation-to-openvino.ipynb)
### Notebook Contents
The notebook shows how to convert the [Mask R-CNN with Inception ResNet V2 Instance Segmentation model](https://tfhub.dev/tensorflow/mask_rcnn/inception_resnet_v2_1024x1024/1) and then segment instances in an image using OpenVINO Runtime.
### Installation Instructions
This is a self-contained example that relies solely on its own code.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start.
For details, please refer to [Installation Guide](../../README.md).