Tech Tips

  1. Uncategorized
  2. 515 view

How to detect face and draw boundary box for video using Amazon Rekognition Video

rekognition-video-face-detect-result

Amazon Rekognition Video official document provides a sample code to detect human face in a video Amazon Rekognition Video. But I needed a little effort to draw boundary box from face detection result. So, I’ll share my sample code. Result should be like the top GIF image.

And I’ll share how to run my code on AWS Cloud9. You can download an input movie from Pixabay.

My code (official document sample code) requires an IAM role having permissions for several services, so please check the official document and create such IAM role.

Sample Code

Following code skips some parts from the official document, so please see my GitHub repository if you want to see the complete code.

How to run on AWS Cloud9

Uncategorized recent post

  1. Run Amazon FreeRTOS on M5Stack Core2 for AWS …

  2. Udacity Self-Driving Car Engineer Nanodegree …

  3. How to detect face and draw boundary box for …

  4. Install sbt 1.0.0 and run sample template

  5. Visualization of Neural Network and its Train…

関連記事

PAGE TOP