aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples/object_detection
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn/examples/object_detection')
-rw-r--r--python/pyarmnn/examples/object_detection/README.md.license4
-rw-r--r--python/pyarmnn/examples/object_detection/requirements.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/python/pyarmnn/examples/object_detection/README.md.license b/python/pyarmnn/examples/object_detection/README.md.license
new file mode 100644
index 0000000000..6b63511843
--- /dev/null
+++ b/python/pyarmnn/examples/object_detection/README.md.license
@@ -0,0 +1,4 @@
+#
+# Copyright © 2020-2022 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
diff --git a/python/pyarmnn/examples/object_detection/requirements.txt b/python/pyarmnn/examples/object_detection/requirements.txt
index 01f2d181da..322bc83359 100644
--- a/python/pyarmnn/examples/object_detection/requirements.txt
+++ b/python/pyarmnn/examples/object_detection/requirements.txt
@@ -1,3 +1,7 @@
+#
+# Copyright © 2020-2021 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
--extra-index-url https://google-coral.github.io/py-repo/
numpy>=1.19.2
tqdm>=4.47.0