commit | 26682be2547938e60f6d9daf58b63da78d8a3085 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Tue Oct 26 03:52:35 2021 +0000 |
committer | Shad Ansari <shad69@gmail.com> | Tue Oct 26 03:52:35 2021 +0000 |
tree | a08b1528f508ccb348a8b68afd5325996eed44c0 | |
parent | 0bee2f8778d8563d9de221e76ff57a3e45df20b8 [diff] [blame] |
Multi-processing per video stream Change-Id: Ia8d64082261108ee548a6f7c56c40b51203e9322
diff --git a/person_detection/app.py b/person_detection/app.py index 3605ea0..05eaba4 100644 --- a/person_detection/app.py +++ b/person_detection/app.py
@@ -63,4 +63,4 @@ if __name__ == '__main__': args = build_argparser().parse_args() - app.run(host='0.0.0.0', threaded=True) + app.run(host='0.0.0.0', threaded=False, processes=3)