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:
- Update Ubuntu
- Install opencv dependencies
- install python dependencies
- Clone opencv repo
- Compile opencv
- Clone darknet_YOLOv3 repo
- Replace Makefile
- 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.