You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the recent release torchvision added support for mobilenet v3 and extended it to work with instance segmentation models. torchvision.models.detection.fasterrcnn_mobilenet_v3_large_fpn
However, support for Mask R-CNN with MobileNet v3 backbone is still missing and would be a worthy addition.
Pitch
Similar module like torchvision.models.detection.fasterrcnn_mobilenet_v3_large_fpn but to work with Mask R-CNN like resnet has torchvision.models.detection.maskrcnn_resnet50_fpn
MobileNet V3 would make inference much faster
Mask R-CNN is widely used owing to its dual use of getting mask+bounding box
The text was updated successfully, but these errors were encountered:
🚀 Feature
Add Mask R-CNN with MobileNet v3 backbone
Motivation
In the recent release torchvision added support for mobilenet v3 and extended it to work with instance segmentation models.
torchvision.models.detection.fasterrcnn_mobilenet_v3_large_fpn
However, support for Mask R-CNN with MobileNet v3 backbone is still missing and would be a worthy addition.
Pitch
torchvision.models.detection.fasterrcnn_mobilenet_v3_large_fpn
but to work with Mask R-CNN like resnet hastorchvision.models.detection.maskrcnn_resnet50_fpn
The text was updated successfully, but these errors were encountered: