Created
April 13, 2022 01:09
-
-
Save ethand91/62ec891bf30ba38ab47553e4952057e8 to your computer and use it in GitHub Desktop.
Yolo with Darknet install script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git clone https://github.com/pjreddie/darknet && cd darknet | |
make | |
wget https://pjreddie.com/media/files/yolov3.weights | |
wget https://pjreddie.com/media/files/yolov3-tiny.weights |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment