lightning_pose
lightning_pose.callbacks Module
Custom Lightning callbacks for training schedule, backbone unfreezing, and augmentation.
Functions
|
Build and return the list of training callbacks based on the config. |
Classes
Callback to change weight value during training. |
|
Callback that ramps up the backbone learning rate from 0 to upsampling_lr on unfreeze_epoch or unfreeze_step. |
|
Callback to apply curriculum patch masking during training. |
lightning_pose.metrics Module
Evaluation metrics for assessing pose estimation model quality.
Functions
|
Root mean square error between true and predicted keypoints. |
|
Norm of difference between keypoints on successive time bins. |
PCA reprojection error. |
|
PCA reprojection error. |
|
|
Compute various metrics on a predictions csv file from a single view. |
lightning_pose.train Module
Example model training function.
Functions
|
Trains a model using the configuration cfg. |