commit | 47432b60d66acdbe67bdf0ef234802cbba88bed5 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Mon Sep 27 22:46:25 2021 +0000 |
committer | Shad Ansari <shad69@gmail.com> | Mon Sep 27 22:46:25 2021 +0000 |
tree | 0bd907faaba7d42eb786c5bdc3b0ca1537f0d6a2 | |
parent | 55ff1857702f635696acef949173fed2ec48525a [diff] [blame] |
Initial commit of person-detection-app Change-Id: Ic4141fd19d3d8c89929b798191310fa2c49e3070
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9d6d5da --- /dev/null +++ b/requirements.txt
@@ -0,0 +1,2 @@ +imutils==0.5.4 +numpy==1.19.5