deeplabcut.pose_estimation_pytorch.models.necks.base
Classes:
| Name | Description |
|---|---|
BaseNeck |
Base Neck class for pose estimation. |
BaseNeck
Base Neck class for pose estimation.
Methods:
| Name | Description |
|---|---|
forward |
Abstract method for the forward pass through the Neck. |
Source code in deeplabcut/pose_estimation_pytorch/models/necks/base.py
forward
abstractmethod
Abstract method for the forward pass through the Neck.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
Tensor
|
Input tensor. |
required |
Returns:
| Type | Description |
|---|---|
|
Output tensor. |