Skip to content

Instantly share code, notes, and snippets.

@ethand91
Created April 13, 2022 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethand91/62ec891bf30ba38ab47553e4952057e8 to your computer and use it in GitHub Desktop.
Save ethand91/62ec891bf30ba38ab47553e4952057e8 to your computer and use it in GitHub Desktop.
Yolo with Darknet install script
#!/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