Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Last active June 28, 2020 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aravindpai/90ec81a69b3aa791848d8cd1c69976ac to your computer and use it in GitHub Desktop.
Save aravindpai/90ec81a69b3aa791848d8cd1c69976ac to your computer and use it in GitHub Desktop.
# install dependencies: (use cu101 because colab has CUDA 10.1)
!pip install cython pyyaml==5.1
# install detectron2:
!pip install detectron2==0.1.3 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.5/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment