Skip to content

Quickly get YOLOv3 and the required dependencies installed/running.

Notifications You must be signed in to change notification settings

mukasaj/YOLOv3_Realtime_Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

YOLOv3_Realtime_Setup

Quickly get YOLOv3 and the required dependencies installed/running.

Before we get started You'll need CUDA 10.2 installed on your system. Other versions might work but I used 10.2.

Clone this repo to your home folder under the name yolov3_setup and then run the install.sh. Install.sh does the following:

  1. Update Ubuntu
  2. Install opencv dependencies
  3. install python dependencies
  4. Clone opencv repo
    1. Compile opencv
  5. Clone darknet_YOLOv3 repo
    1. Replace Makefile
    2. Compile darknet_YOLOv3

I just want to say a quick thank you to pjreddie, AlexeyAB and learnopencv, some of thier materials are used in this repo.

About

Quickly get YOLOv3 and the required dependencies installed/running.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published