Created
April 9, 2021 05:47
-
-
Save trongan93/3fe522831f63886a9037454883e35dbf 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") # path to the model we just trained | |
cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.7 # set a custom testing threshold | |
predictor = DefaultPredictor(cfg) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment