lightning_pose.models
lightning_pose.models.base Module
Base class for backbone that acts as a feature extractor.
Functions
|
|
|
Transform keypoints from bbox coordinates to absolute frame coordinates. |
|
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.heatmap_tracker Module
Models that produce heatmaps of keypoints from images.
Classes
Base model that produces heatmaps of keypoints from images. |
|
Model produces heatmaps of keypoints from labeled/unlabeled images. |
lightning_pose.models.heatmap_tracker_mhcrnn Module
Models that produce heatmaps of keypoints from images.
Classes
Multi-headed Convolutional RNN network that handles context frames. |
|
Model produces heatmaps of keypoints from labeled/unlabeled images. |
lightning_pose.models.regression_tracker Module
Models that produce (x, y) coordinates of keypoints from images.
Classes
Base model that produces (x, y) predictions of keypoints from images. |
|
Model produces vectors of keypoints from labeled/unlabeled images. |