Created
February 17, 2020 21:14
-
-
Save curiousily/ef5c4a7f5c2ce2666d17c423d5ccc4ba to your computer and use it in GitHub Desktop.
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
cfg.MODEL.WEIGHTS = os.path.join(cfg.OUTPUT_DIR, "model_final.pth") | |
cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.85 | |
predictor = DefaultPredictor(cfg) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment