Skip to content

CalTransProject/docker-ocv-dnn-detector-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ocv-dnn-detector-lambda

Use these scripts to build container images using the ocv-dnn-lambda-handler and your own object detection model.

requirements

  • Docker Engine
  • An AWS Account, signed in with the AWS cli

scripts

Two scripts are included, one for building the container image and another to upload this image to your own private Amazon Elastic Container Registry

bin/build
  • Builds the ocv-dnn-detector-lambda container image.
bin/push
  • Push the newly created image to ECR

customization

By default, this script will download and include YOLOv4-tiny for this container image. To change this behavior, place custom model config and weights files in a directory named tmp into the root directory of this project.

license

Repository contents are licensed under the MIT No Attribution License. Downloaded software retains its original license.

About

Docker scripts to build the OpenCV Object Detector Image for AWS Lambda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.8%
  • Dockerfile 8.2%