Skip to content

Instantly share code, notes, and snippets.

@SkalskiP
Last active January 25, 2020 18:56
Show Gist options
  • Save SkalskiP/1d475b9c68846158b81088e7b0234462 to your computer and use it in GitHub Desktop.
Save SkalskiP/1d475b9c68846158b81088e7b0234462 to your computer and use it in GitHub Desktop.
# Clone framework
git clone https://github.com/ultralytics/yolov3.git
# Enter framework catalogue [Linux/MacOS]
cd ./yolov3
# Enter framework catalogue [Windows]
dir ./yolov3
# Setup Python environment
pip install -U -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment