Created
June 23, 2019 13:49
-
-
Save Tony607/e4bf610a2e4b6440691c7868bd653270 to your computer and use it in GitHub Desktop.
How to train an object detection model with mmdetection | 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
os.makedirs("data/VOCdevkit", exist_ok=True) | |
voc2007_dir = os.path.join(project_name, "data/VOC2007") | |
os.system("ln -s {} data/VOCdevkit".format(voc2007_dir)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment