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
Currently, there are two pretrained model weights:
Are there any coco trained maskrcnn weights for resnet50 architecture? Or is it okay if I use the resnet101model weights on resnet50 architecture?
The text was updated successfully, but these errors were encountered:
So far, according to my experiments, it does not work well.
Sorry, something went wrong.
@evinpinar, you could use this tutorial, which uses a native implementation of Mask RCNN in Pytorch
Thanks, but I need the weights because i'm modifying this implementation a bit. I guess i will instead move to fb official implementation.
No branches or pull requests
Currently, there are two pretrained model weights:
Are there any coco trained maskrcnn weights for resnet50 architecture? Or is it okay if I use the resnet101model weights on resnet50 architecture?
The text was updated successfully, but these errors were encountered: