↓ 5 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.ReLU6, drop=0.)
animation/helper/backbones/vit.py:7
↓ 1 callersMethod__init__(self,
block, layers, dropout=0, num_features=512, zero_init_residual=False,
animation/helper/backbones/iresnet.py:69
↓ 1 callersMethod__init__(self,
block, layers, dropout=0, num_features=512, zero_init_residual=False,
animation/helper/backbones/iresnet2060.py:67
↓ 1 callersFunctionbbox_xyxy2csTransform the bbox format from (x,y,w,h) into (center, scale) Args: bbox (ndarray): Bounding box(es) in shape (4,) or (n, 4), formatted
DWPose/dwpose_utils/onnxpose.py:115