lightning_pose.modelsο
lightning_pose.models Packageο
Pose estimation model classes, re-exported at the package level.
Functionsο
|
Determine from the losses config whether the model is semi-supervised. |
|
Create model: regression or heatmap based, supervised or semi-supervised. |
Classesο
Base model that produces heatmaps of keypoints from images. |
|
Model produces heatmaps of keypoints from labeled/unlabeled images. |
|
Multi-headed Convolutional RNN network that handles context frames. |
|
Model produces heatmaps of keypoints from labeled/unlabeled images. |
|
Transformer network that handles multi-view datasets. |
|
Semi-supervised HeatmapTrackerMultiviewTransformer that supports unsupervised losses. |
|
Base model that produces (x, y) predictions of keypoints from images. |
|
Model produces vectors of keypoints from labeled/unlabeled images. |
lightning_pose.models.base Moduleο
Base class for backbone that acts as a feature extractor.
Functionsο
|
Determine from the losses config whether the model is semi-supervised. |
|
Build overlapping context windows from a sequence of frames or feature maps. |
Classesο
Object that contains the base resnet feature extractor. |
|
Base class for supervised trackers. |
|
Mixin class providing training step function for semi-supervised models. |
lightning_pose.models.factory Moduleο
Factory function for creating pose estimation models from config.
Functionsο
|
Create model: regression or heatmap based, supervised or semi-supervised. |