deeplabcut.pose_estimation_pytorch.config.enums
Classes:
| Name | Description |
|---|---|
DatasetType |
Enumeration of dataset types. |
DetectorType |
Enumeration of detector types. |
MethodType |
Enumeration of pose estimation method types. |
NetType |
Enumeration of network architecture types as stored in configs. |
DatasetType
Enumeration of dataset types.
Source code in deeplabcut/pose_estimation_pytorch/config/enums.py
DetectorType
Enumeration of detector types.
Source code in deeplabcut/pose_estimation_pytorch/config/enums.py
MethodType
NetType
Enumeration of network architecture types as stored in configs.
Note
Aliases (e.g. top_down_resnet_50) are user-facing names that map to
a canonical member plus an optional top-down flag. See alias,
from_alias, and available_aliases
Methods:
| Name | Description |
|---|---|
alias |
User-facing name (e.g. |
available_aliases |
All selectable model names for GUI / docs / |
from_alias |
Parse user-facing / legacy name → (canonical enum, top_down). |
Source code in deeplabcut/pose_estimation_pytorch/config/enums.py
alias
User-facing name (e.g. top_down_resnet_50 for backbone + TD).
available_aliases
classmethod
All selectable model names for GUI / docs / create_training_dataset.
Source code in deeplabcut/pose_estimation_pytorch/config/enums.py
from_alias
classmethod
Parse user-facing / legacy name → (canonical enum, top_down).