Skip to content

Instantly share code, notes, and snippets.

@karthick965938
Created May 10, 2020 19:25
Show Gist options
  • Save karthick965938/0d39acc9d40dd493387a760927759c04 to your computer and use it in GitHub Desktop.
Save karthick965938/0d39acc9d40dd493387a760927759c04 to your computer and use it in GitHub Desktop.
Install detecto on google cloab :)
import os
from google.colab import drive
drive.mount('/content/drive')
os.chdir('/content/drive/My Drive/object_detection')
!pip install detecto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment