KeypointRCNN

E431011

KeypointRCNN is a deep learning model architecture in PyTorch’s torchvision library designed for object detection combined with human pose estimation via keypoint prediction.

All labels observed (1)

Label Occurrences
KeypointRCNN canonical 1

How this entity was disambiguated

Statements (45)

Predicate Object
instanceOf PyTorch torchvision model
deep learning model architecture
human pose estimation model
keypoint detection model
object detection model
basedOn Mask R-CNN
linked to: MaskRCNN
documentation https://pytorch.org/vision/stable/models/keypoint_rcnn.html
extends Faster R-CNN
linked to: FasterRCNN
framework PyTorch
hasComponent RPN head
backbone network
box head
keypoint head
hasPretrainedWeightsFor COCO keypoints
linked to: COCO
hyperparameter RPN anchor aspect ratios
RPN anchor sizes
image size
number of keypoints
implementedIn Python
inputType RGB image
library torchvision
outputType bounding boxes with scores
class labels
keypoint coordinates
keypoint visibility flags
providedBy torchvision.models.detection
repository https://github.com/pytorch/vision
supports GPU acceleration
batched inference
bounding box prediction
end-to-end training
instance-level detection
keypoint heatmap prediction
task human pose estimation
keypoint prediction
object detection
trainingObjective bounding box regression loss
classification loss
keypoint localization loss
typicalBackbone ResNet-101-FPN
linked to: FPN

ResNet-50-FPN
linked to: ResNet
useCase human pose estimation in images
person detection with keypoints
uses Region Proposal Network
RoIAlign
linked to: MaskRCNN

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

torchvision modelFamily KeypointRCNN
subject linked to: torchvision (ecosystem)