implementing a config file for a single camera

This commit is contained in:
blakeblackshear
2019-03-28 07:30:58 -05:00
parent 0514eeac03
commit 8774e537dc
3 changed files with 50 additions and 28 deletions

View File

@@ -47,7 +47,8 @@ RUN pip install -U pip \
notebook \
Flask \
imutils \
paho-mqtt
paho-mqtt \
PyYAML
# Install tensorflow models object detection
RUN GIT_SSL_NO_VERIFY=true git clone -q https://github.com/tensorflow/models /usr/local/lib/python3.5/dist-packages/tensorflow/models