Skip to content

Instantly share code, notes, and snippets.

@bala-codes
Created August 12, 2020 16:42
Show Gist options
  • Save bala-codes/c1d577e5f37e8d2b0e14255c5fb4d385 to your computer and use it in GitHub Desktop.
Save bala-codes/c1d577e5f37e8d2b0e14255c5fb4d385 to your computer and use it in GitHub Desktop.
BCC-Model
!git clone 'https://github.com/ultralytics/yolov5.git'
!pip install -qr '/content/yolov5/requirements.txt' # install dependencies
## Create a yaml file and move it into the yolov5 folder ##
shutil.copyfile('/content/bcc.yaml', '/content/yolov5/bcc.yaml')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment