README.md 250 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
# Tensorflow Object Detection on Docker

These instructions are experimental.

## Building and running:

```bash
# From the root of the git repository
docker build -f research/object_detection/dockerfiles/2.2/Dockerfile -t od .
docker run -it od
```