Skip to content

Instantly share code, notes, and snippets.

@Tony607
Created October 14, 2019 05:33
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 Tony607/24c03bb44aaba9967529083b415a70f9 to your computer and use it in GitHub Desktop.
Save Tony607/24c03bb44aaba9967529083b415a70f9 to your computer and use it in GitHub Desktop.
How to train Detectron2 with Custom COCO Datasets | DLology
!pip install -U torch torchvision
!pip install git+https://github.com/facebookresearch/fvcore.git
!git clone https://github.com/facebookresearch/detectron2 detectron2_repo
!pip install -e detectron2_repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment