keypoint_rcnn.rst 731 B

1234567891011121314151617181920212223242526
  1. Keypoint R-CNN
  2. ==============
  3. .. currentmodule:: torchvision.models.detection
  4. The Keypoint R-CNN model is based on the `Mask R-CNN
  5. <https://arxiv.org/abs/1703.06870>`__ paper.
  6. .. betastatus:: detection module
  7. Model builders
  8. --------------
  9. The following model builders can be used to instantiate a Keypoint R-CNN model,
  10. with or without pre-trained weights. All the model builders internally rely on
  11. the ``torchvision.models.detection.KeypointRCNN`` base class. Please refer to the `source
  12. code
  13. <https://github.com/pytorch/vision/blob/main/torchvision/models/detection/keypoint_rcnn.py>`__
  14. for more details about this class.
  15. .. autosummary::
  16. :toctree: generated/
  17. :template: function.rst
  18. keypointrcnn_resnet50_fpn