facedetection_copy 源码
人脸检测 各种面部检测算法的PyTorch实现(最新更新于2019-08-03)。 使用范例 import cv2 , random from detectors import DSFD from utils import draw_bboxes , crop_thumbnail , draw_bbox # load detector with device(cpu or cuda) DET = DSFD ( device = 'cpu' ) # load image in RGB img = cv2 . imread ( 'bts.jpg' ) img = cv2 . cvtColor (
下载地址
用户评论