lightning_pose.models.heads
lightning_pose.models.heads.heatmap Module
Heads that produce heatmap predictions for heatmap regression.
Functions
|
|
|
Intialize the Conv2DTranspose upsampling layers. |
|
Upsample batch of heatmaps by a factor of two using interpolation (no learned weights). |
|
Use soft argmax on heatmaps. |
Classes
Simple deconvolution head that converts 2D feature maps to per-keypoint heatmaps. |
lightning_pose.models.heads.heatmap_mhcrnn Module
Heads that produce heatmap predictions for heatmap regression.
Classes
Multi-head convolutional recurrent neural network head. |
|
Bidirectional Convolutional RNN network that handles heatmaps of context frames. |
lightning_pose.models.heads.regression Module
Heads that produce (x, y) predictions for coordinate regression.
Classes
Linear regression head that converts 2D feature maps to a vector of (x, y) coordinates. |