add a benchmark script

This commit is contained in:
blakeblackshear
2019-07-30 19:11:22 -05:00
committed by Blake Blackshear
parent 2d22a04391
commit 7028b05856
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"]