running_notebook.md 865 Bytes
Newer Older
1
2
# Quick Start: Jupyter notebook for off-the-shelf inference

3
4
5
[![TensorFlow 2.2](https://img.shields.io/badge/TensorFlow-2.2-FF6F00?logo=tensorflow)](https://github.com/tensorflow/tensorflow/releases/tag/v2.2.0)
[![TensorFlow 1.15](https://img.shields.io/badge/TensorFlow-1.15-FF6F00?logo=tensorflow)](https://github.com/tensorflow/tensorflow/releases/tag/v1.15.0)

6
7
8
If you'd like to hit the ground running and run detection on a few example
images right out of the box, we recommend trying out the Jupyter notebook demo.
To run the Jupyter notebook, run the following command from
9
`tensorflow/models/research/object_detection`:
10
11

```
12
# From tensorflow/models/research/object_detection
13
14
15
16
jupyter notebook
```

The notebook should open in your favorite web browser. Click the
Derek Chow's avatar
Derek Chow committed
17
18
[`object_detection_tutorial.ipynb`](../object_detection_tutorial.ipynb) link to
open the demo.