Public Member Functions | |
def | __call__ |
def | __init__ |
def | forward |
def | preprocess |
Public Attributes | |
gpu | |
model |
Definition at line 131 of file face_pose_estimation.py.
def node_scripts.face_pose_estimation.HyperFacePredictor.__init__ | ( | self, | |
model, | |||
gpu = -1 |
|||
) |
Definition at line 132 of file face_pose_estimation.py.
def node_scripts.face_pose_estimation.HyperFacePredictor.__call__ | ( | self, | |
imgs | |||
) |
Definition at line 186 of file face_pose_estimation.py.
def node_scripts.face_pose_estimation.HyperFacePredictor.forward | ( | self, | |
imgs | |||
) |
Definition at line 159 of file face_pose_estimation.py.
def node_scripts.face_pose_estimation.HyperFacePredictor.preprocess | ( | self, | |
img | |||
) |
Definition at line 145 of file face_pose_estimation.py.
Definition at line 132 of file face_pose_estimation.py.
Definition at line 132 of file face_pose_estimation.py.