CenterFace
Auto-generated documentation for musicalgestures._centerface module.
- Mgt-python / Modules / Musicalgestures / CenterFace
CenterFace
class CenterFace(object):
def __init__(landmarks=True):
CenterFace().decode
def decode(heatmap, scale, offset, landmark, size, threshold=0.1):
CenterFace().inference_opencv
def inference_opencv(img, threshold):
CenterFace().nms
def nms(boxes, scores, nms_thresh):
CenterFace().postprocess
def postprocess(heatmap, lms, offset, scale, threshold):
CenterFace().transform
def transform(h, w):