deeplabcut.modelzoo.webapp.inference
Classes:
| Name | Description |
|---|---|
SingletonTopDownRunners |
Singleton class for topdown runners. |
SuperanimalPyTorchInference |
Superanimal inference class. |
SingletonTopDownRunners
Singleton class for topdown runners.
This class is a singleton class for topdown runners. It is used to ensure that only one instance of the topdown runners is created.
Attrs
config: Configuration dictionary pose_model_path: Path to the pose model detector_model_path: Path to the detector model num_bodyparts: Number of bodyparts max_individuals: Maximum number of individuals
Source code in deeplabcut/modelzoo/webapp/inference.py
SuperanimalPyTorchInference
Superanimal inference class.
This class is used to perform inference on a superanimal model from the DeepLabCut model zoo website.