You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runner=GeneralizedRCNNRunner()
cfg=runner.get_default_cfg()
cfg.merge_from_file("/content/faster_rcnn_fbnetv3a_C4.yaml") # This is the config file from the same revision, just working around an issue with colab.cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST=0.5cfg.MODEL.WEIGHTS=model_zoo.get_checkpoint_url("faster_rcnn_fbnetv3a_C4.yaml")
predictor=DefaultPredictor(cfg)
As I understand it the last couple of times an error like this has occurred it has been an issue with out of date weights, could this be the case here as well?
The text was updated successfully, but these errors were encountered:
I am on 6791682.
Running the following code:
Gives the following output:
As I understand it the last couple of times an error like this has occurred it has been an issue with out of date weights, could this be the case here as well?
The text was updated successfully, but these errors were encountered: