ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

关于灰度图的人脸检测 #346

Closed laxusvip closed 1 year ago

laxusvip commented 1 year ago

请问老师,使用灰度图的进行人脸检测目前的模型不支持吗?因为看到代码上写的是BGR数据才行,灰度图有办法应用这个模型吗,把灰度图复制到三个通道?

fengyuentau commented 1 year ago

cv::cvtColor(gray,cv2.COLOR_GRAY2RGB)

fengyuentau commented 1 year ago

cv::cvtColor(gray,cv2.COLOR_GRAY2RGB)