Open JJonahJson opened 3 years ago
Is there going to support the detection-like models in torchvision? There is some tests for torchvision's classification and segmentation.
@leaf918 Did you find a fix for this? I see the same on Keypoint R-CNN here: #761
I'm trying to convert this model:
model = torchvision.models.detection.maskrcnn_resnet50_fpn(pretrained=True)
This is the code of the conversion:
These are the warning I get:
Then I get this output:
I don't understand why I get this error from torch2trt/converters/getitem.py nor what I have to do to make it work, if I understand correctly the converter for the getitem function already exists, right?
Is there a quick fix to solve this problem?