You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,14 @@ If your installation works correctly you should see the following output:
104
104
105
105

106
106
107
+
### Run the Tensorflow Object Detection API with Docker
108
+
109
+
Installing the Tensorflow Object Detection API can be hard because there are lots of errors that can occur depending on your operating system. Docker makes it easy to setup the Tensorflow Object Detection API because you only need to download the files inside the [docker folder](docker/) and run **docker-compose up**.
110
+
111
+
After running the command docker should automatically download and install everything needed for the Tensorflow Object Detection API and open Jupyter on port 8888. If you also want to have access to the bash for training models you can simply say **docker exec -it CONTAINER_ID**. For more information check out [Dockers documentation](https://docs.docker.com/).
112
+
113
+
If you experience any problems with the docker files be sure to let me know.
114
+
107
115
### 2. Gathering data
108
116
109
117
Now that the Tensorflow Object Detection API is ready to go, we need to gather the images needed for training.
@@ -346,8 +354,6 @@ bazel run --config=opt tensorflow/lite/toco:toco -- \
346
354
347
355
If you are using a floating point model like a faster rcnn you'll need to change to command a bit:
0 commit comments