asonnellini / Docker-Image-YOLO-V4-for-AWS

This repository shows how to create a Docker image having YOLO V4 that can run on an AWS Px EC2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-Image-YOLO4-for-AWS

Have you tried to install YOLO V4 on your laptop enabling GPU computation?

If yes, I think you may have faced some challenges in terms of dependencies and amount of Disk space.

In this tutorial I briefly show how to create a docker image having YOLO V4 that can run on an AWS Px EC2. From now on, having access to YOLO V4 will be as easy as running a Docker image.

I plan in the coming weeks to further improve this Docker image to further automate some steps that are now manual.

I will make use of the YOLO V4 darknet implementation.

Special thanks to:

  • DSTI Teachers for some headsup
  • the author of this youtube video who pointed me to the NVIDIA docker repository where I could find an Ubuntu docker image with all NVIDIA libraries needed for YOLO V4 installed.

Go to the tutorial

About

This repository shows how to create a Docker image having YOLO V4 that can run on an AWS Px EC2.


Languages

Language:Dockerfile 100.0%