medusa.detect.yunet#

Module Contents#

class medusa.detect.yunet.YunetDetector(det_threshold=0.5, nms_threshold=0.3, device=DEVICE, **kwargs)[source]#

This detector is based on Yunet, a face detector based on YOLOv3 [Feng et al., 2021].

forward(imgs)[source]#