Created
March 29, 2022 16:42
-
-
Save ashhadulislam/ccd0e3095f5fd82b4673e534330b788a 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
import os | |
! git clone https://github.com/ultralytics/yolov5 | |
os.chdir(r"yolov5") | |
! pip install -r requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment