-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
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
MaskRCNN #214
Comments
I also get an error of |
Hi, |
Hi, no. I am using https://github.com/onnx/onnx-tensorrt |
That's what I thought, but did you have to customize new layers or it was a plain and simple conversion Pytorch->Onnx->TensorRT? |
I didn't have to do that much work for conversion. |
@felipevw @peasant98 Could you give link of any guidance for Pytorch->Onnx->TensorRT conversion? |
@DuyguSerbes Did you figure it out? |
any update? |
Hello, is there support for MaskRCNN? I am using the torchvision.models.detection.maskrcnn_resnet50_fpn(pretrained=True) model, but get an error when trying to convert to torch2trt. Thanks!
I also get this:
Warning: Encountered known unsupported method torch.Tensor.__iter__ Warning: Encountered known unsupported method torch.Tensor.__iter__ Warning: Encountered known unsupported method torch.as_tensor Warning: Encountered known unsupported method torch.as_tensor
The text was updated successfully, but these errors were encountered: