Last active
January 25, 2020 18:56
-
-
Save SkalskiP/1d475b9c68846158b81088e7b0234462 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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