Closed charlie6echo closed 3 years ago
Is there any success with this? Because I'm getting the same error
Yeah, This model is trained on using Detectron1, so it not compatible with Detectron2. I found a way around, checkout this guy's work hppanwa08, He trained from scratch on Detectron2 using PubLayNet Dataset.
Hi, I am Trying to do Fine tuning on my custom datasets using pre-trained models(MaskRCNN) published by PubLayNet on Detectron2.
Here is my cell Please have a look.
Gives output:
When tried to open the Pretrained model
torch.load(model_file)
outputs error:Is there any other way to use these pretrained models?