deeplabcut.pose_estimation_tensorflow.core.predict
Functions:
| Name | Description |
|---|---|
argmax_pose_predict |
Combine scoremat and offsets to the final pose. |
extract_cnn_output |
Extract locref + scmap from network. |
extract_cnn_outputmulti |
extract locref + scmap from network |
getpose |
Extract pose. |
getposeNP |
Adapted from DeeperCut, performs numpy-based faster inference on batches. |
argmax_pose_predict
Combine scoremat and offsets to the final pose.
Source code in deeplabcut/pose_estimation_tensorflow/core/predict.py
extract_cnn_output
Extract locref + scmap from network.
Source code in deeplabcut/pose_estimation_tensorflow/core/predict.py
extract_cnn_outputmulti
extract locref + scmap from network Dimensions: image batch x imagedim1 x imagedim2 x bodypart
Source code in deeplabcut/pose_estimation_tensorflow/core/predict.py
getpose
Extract pose.
Source code in deeplabcut/pose_estimation_tensorflow/core/predict.py
getposeNP
Adapted from DeeperCut, performs numpy-based faster inference on batches.
Introduced in https://www.biorxiv.org/content/10.1101/457242v1