add a benchmark script

This commit is contained in:
blakeblackshear
2019-07-13 07:41:34 -05:00
parent fb728d2b60
commit 5e7a21851a
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -102,5 +102,6 @@ RUN (apt-get autoremove -y; \
WORKDIR /opt/frigate/
ADD frigate frigate/
COPY detect_objects.py .
COPY benchmark.py .
CMD ["python3", "-u", "detect_objects.py"]