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 NERFINISHED
documentation https://pytorch.org/vision/stable/models/keypoint_rcnn.html
extends Faster R-CNN NERFINISHED
framework PyTorch NERFINISHED
hasComponent RPN head
backbone network
box head
keypoint head
hasPretrainedWeightsFor COCO keypoints NERFINISHED
hyperparameter RPN anchor aspect ratios
RPN anchor sizes
image size
number of keypoints
implementedIn Python NERFINISHED
inputType RGB image
library torchvision NERFINISHED
outputType bounding boxes with scores
class labels
keypoint coordinates
keypoint visibility flags
providedBy torchvision.models.detection NERFINISHED
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 NERFINISHED
ResNet-50-FPN NERFINISHED
useCase human pose estimation in images
person detection with keypoints
uses Region Proposal Network NERFINISHED
RoIAlign NERFINISHED

How these facts were elicited

Referenced by (1)

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

torchvision (ecosystem) modelFamily KeypointRCNN
subject surface form: torchvision