We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cfg = get_cfg() #Use the final weights generated after successful training for inference
cfg.MODEL.WEIGHTS = "publaynet.pkl" cfg.merge_from_file("faster_rcnn.yaml") cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.7
Non-existent config key: MODEL.TYPE
The text was updated successfully, but these errors were encountered:
@udayallu This is a detectron model and you are trying to use it in detectron2 which is not possible.
Sorry, something went wrong.
No branches or pull requests
loading the pre-trained model throwing an error
cfg = get_cfg()
#Use the final weights generated after successful training for inference
cfg.MODEL.WEIGHTS = "publaynet.pkl"
cfg.merge_from_file("faster_rcnn.yaml")
cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.7
Non-existent config key: MODEL.TYPE
The text was updated successfully, but these errors were encountered: