MaskRCNN
See original GitHub issueHello, 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
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
[1703.06870] Mask R-CNN
Abstract: We present a conceptually simple, flexible, and general framework for object instance segmentation.
Read more >Mask R-CNN for Object Detection and Segmentation
This is an implementation of Mask R-CNN on Python 3, Keras, and TensorFlow. The model generates bounding boxes and segmentation masks for each...
Read more >How Mask R-CNN Works? | ArcGIS API for Python
Mask R-CNN is a state of the art model for instance segmentation, developed on top of Faster R-CNN. Faster R-CNN is a region-based...
Read more >Mask R-CNN | IEEE Conference Publication
We present a conceptually simple, flexible, and general framework for object instance segmentation. Our approach efficiently detects objects in an image ...
Read more >Mask R-CNN
Task Dataset Model Metric Name Metric Value Global Rank
Instance Segmentation BDD100K Mask R‑CNN AP 20.5 # 3
Instance Segmentation BDD100K val Mask R‑CNN AP...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, no. I am using https://github.com/onnx/onnx-tensorrt
@DuyguSerbes Did you figure it out?