commit | b5808d71a27c5ddcd1642feb829d003f34fbeee2 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Mon Oct 04 12:43:27 2021 -0700 |
committer | Shad Ansari <shad69@gmail.com> | Mon Oct 04 12:43:27 2021 -0700 |
tree | a180dd769c249ed786133ff892287a7d4041fb0a | |
parent | 54bf2f0c164da73f922d548f6cba43a354fbf399 [diff] [blame] |
Multiple cameras partially working Change-Id: I27279ef2e3c302946fb25c2a0c5eb32e9279d6b2
diff --git a/Makefile b/Makefile index 1ca4c1f..3ce37b2 100644 --- a/Makefile +++ b/Makefile
@@ -24,10 +24,10 @@ PIP = $(VENV)/bin/pip IMAGE = person-detection-app + help: echo "$$PROJECT_HELP_MSG" | less - $(VENV): $(VENV)/touchfile $(VENV)/touchfile: requirements.txt @@ -54,6 +54,9 @@ run-native-cam: $(VENV) . ./bin/person_detection.sh -i cam +lint: + flake8 --exclude=.tox person_detection + test: