MCPcopy Create free account
hub / github.com/Francis-Rings/StableAnimator / __init__

Method __init__

DWPose/dwpose_utils/__init__.py:34–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33class DWposeDetector:
34 def __init__(self):
35
36 self.pose_estimation = Wholebody()
37
38 def __call__(self, oriImg, remain_face=True):
39 oriImg = oriImg.copy()

Callers

nothing calls this directly

Calls 1

WholebodyClass · 0.85

Tested by

no test coverage detected