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

These instructions are experimental.

## Building and running:

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