Created
October 14, 2019 05:33
-
-
Save Tony607/24c03bb44aaba9967529083b415a70f9 to your computer and use it in GitHub Desktop.
How to train Detectron2 with Custom COCO Datasets | DLology
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!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