1. 首页
  2. 数据库
  3. 其它
  4. facedetection_copy 源码

facedetection_copy 源码

上传者: 2021-02-21 00:56:34上传 ZIP文件 7.39MB 热度 6次
人脸检测 各种面部检测算法的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 (
下载地址
用户评论