You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
561 B

6 years ago
  1. # Quick Start: Jupyter notebook for off-the-shelf inference
  2. If you'd like to hit the ground running and run detection on a few example
  3. images right out of the box, we recommend trying out the Jupyter notebook demo.
  4. To run the Jupyter notebook, run the following command from
  5. `tensorflow/models/research/object_detection`:
  6. ```
  7. # From tensorflow/models/research/object_detection
  8. jupyter notebook
  9. ```
  10. The notebook should open in your favorite web browser. Click the
  11. [`object_detection_tutorial.ipynb`](../object_detection_tutorial.ipynb) link to
  12. open the demo.