add a benchmark script

This commit is contained in:
blakeblackshear
2019-06-04 21:38:41 -05:00
committed by Blake Blackshear
parent 2d22a04391
commit 7028b05856
2 changed files with 21 additions and 0 deletions

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"]