diplomat.processing
This module defines the abstract base class for predictor plugins, and additional data structures, classes, and functions used for processing network outputs into body part pose predictions.
Functions
|
Get the predictor plugin by the specified name. |
Get and retrieve all predictor plugins currently available to the DeepLabCut implementation. |
Classes
|
Base plugin class for all predictor plugins. |
|
Represents tracking data received from the DeepLabCut neural network. |
|
Abstract API for representing a progress bar. |
|
A Concrete implementation of the ProgressBar API, uses TQDM to display progress. |
|
Class defines the Poses for given amount of frames and body parts. |
|
Protocol for a type casting method. |
|
Represents a configuration of settings. |
Modules
Provides an interface and several types for performing automatic typecasting. |