NGC Catalog
CLASSIC
Welcome Guest
Models
MaskRCNN PyTorch checkpoint (FP32)

MaskRCNN PyTorch checkpoint (FP32)

For downloads and more information, please view on a desktop device.
Logo for MaskRCNN PyTorch checkpoint (FP32)
Description
MaskRCNN PyTorch checkpoint trained with FP32
Publisher
NVIDIA Deep Learning Examples
Latest Version
19.08.0
Modified
April 4, 2023
Size
337.99 MB

Model Overview

Mask R-CNN is a convolution based network for object instance segmentation. This implementation provides 1.3x faster training while maintaining target accuracy.

Model Architecture

Mask R-CNN builds on top of FasterRCNN adding an additional mask head for the task of image segmentation.

The architecture consists of following:

  • R-50 backbone with FPN
  • RPN head
  • RoI ALign
  • Bounding and classification box head
  • Mask head

Training

This model was trained using script available on NGC and in GitHub repo

Dataset

The following datasets were used to train this model:

  • COCO 2014 - Dataset for large-scale object detection, segmentation and captioning.

Performance

Performance numbers for this model are available in NGC

References

  • original paper
  • NVIDIA model implementation in NGC
  • NVIDIA model implementation on GitHub

License

This model was trained using open-source software available in Deep Learning Examples repository. For terms of use, please refer to the license of the script and the datasets the model was derived from.