CenterFace
Auto-generated documentation for musicalgestures._centerface module.
CenterFace
[find in source code]
class CenterFace(object):
def __init__(landmarks=True):
CenterFace().decode
[find in source code]
def decode(heatmap, scale, offset, landmark, size, threshold=0.1):
CenterFace().inference_opencv
[find in source code]
def inference_opencv(img, threshold):
CenterFace().nms
[find in source code]
def nms(boxes, scores, nms_thresh):
CenterFace().postprocess
[find in source code]
def postprocess(heatmap, lms, offset, scale, threshold):
[find in source code]