Skip to content

Instantly share code, notes, and snippets.

@Tony607
Created October 14, 2019 05:34
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/4ecfab5f5b75202d4c22c86cb5d08f0d to your computer and use it in GitHub Desktop.
Save Tony607/4ecfab5f5b75202d4c22c86cb5d08f0d to your computer and use it in GitHub Desktop.
How to train Detectron2 with Custom COCO Datasets | DLology
# download, decompress the data
!wget https://github.com/Tony607/detectron2_instance_segmentation_demo/releases/download/V0.1/data.zip
!unzip data.zip > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment