From 06fcf7502b5c9b0e30ac06acfa25aa914d936500 Mon Sep 17 00:00:00 2001 From: Michael Levit Date: Wed, 12 Jan 2022 11:53:46 +0200 Subject: Face detection demo from Emza Visual Sense Signed-off-by: Michael Levit michaell@emza-vs.com Change-Id: I7958b05b5dbe9a785e0f8a241b716c17a9ca976f --- resources/object_detection/samples/couple.bmp | Bin 0 -> 110646 bytes resources/object_detection/samples/files.md | 12 ++++++++++++ resources/object_detection/samples/glasses.bmp | Bin 0 -> 110646 bytes resources/object_detection/samples/man_and_baby.bmp | Bin 0 -> 110646 bytes resources/object_detection/samples/pitch_and_roll.bmp | Bin 0 -> 110714 bytes 5 files changed, 12 insertions(+) create mode 100755 resources/object_detection/samples/couple.bmp create mode 100644 resources/object_detection/samples/files.md create mode 100755 resources/object_detection/samples/glasses.bmp create mode 100755 resources/object_detection/samples/man_and_baby.bmp create mode 100755 resources/object_detection/samples/pitch_and_roll.bmp (limited to 'resources/object_detection') diff --git a/resources/object_detection/samples/couple.bmp b/resources/object_detection/samples/couple.bmp new file mode 100755 index 0000000..7308984 Binary files /dev/null and b/resources/object_detection/samples/couple.bmp differ diff --git a/resources/object_detection/samples/files.md b/resources/object_detection/samples/files.md new file mode 100644 index 0000000..478845d --- /dev/null +++ b/resources/object_detection/samples/files.md @@ -0,0 +1,12 @@ +# Sample images + +The sample images provided are under Creative Commons License. The links are documented here for traceability: + +- [glasses.bmp](https://www.pexels.com/photo/man-looking-to-his-right-2741701/) +- [pitch_and_roll.bmp](https://www.pexels.com/photo/close-up-shot-of-a-happy-elderly-couple-hugging-while-looking-at-camera-8317676/) +- [couple.bmp](https://www.pexels.com/photo/photography-of-man-and-woman-1137902/) +- [man_and_baby.bmp](https://www.pexels.com/photo/photo-of-man-carrying-baby-1578996/) + +## License + +[Creative Commons Attribution 1.0 Generic](../../LICENSE_CC_1.0.txt). diff --git a/resources/object_detection/samples/glasses.bmp b/resources/object_detection/samples/glasses.bmp new file mode 100755 index 0000000..5bd7ce1 Binary files /dev/null and b/resources/object_detection/samples/glasses.bmp differ diff --git a/resources/object_detection/samples/man_and_baby.bmp b/resources/object_detection/samples/man_and_baby.bmp new file mode 100755 index 0000000..ce39e28 Binary files /dev/null and b/resources/object_detection/samples/man_and_baby.bmp differ diff --git a/resources/object_detection/samples/pitch_and_roll.bmp b/resources/object_detection/samples/pitch_and_roll.bmp new file mode 100755 index 0000000..64450fd Binary files /dev/null and b/resources/object_detection/samples/pitch_and_roll.bmp differ -- cgit v1.2.1