Replies: 2 comments
-
@ppwwyyxx sorry to tag you but can you please help with this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
any help is appreciated. thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my code:
visualizing and setting configs:
cfg.MODEL.WEIGHTS = os.path.join(cfg.OUTPUT_DIR, "model_final.pth")
cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.5
cfg.DATASETS.TEST = ("dataSet21_test_sample", )
predictor = DefaultPredictor(cfg)
Beta Was this translation helpful? Give feedback.
All reactions