yolov5-face icon indicating copy to clipboard operation
yolov5-face copied to clipboard

YOLO5Face: Why Reinventing a Face Detector (https://arxiv.org/abs/2105.12931) ECCV Workshops 2022)

Results 155 yolov5-face issues
Sort by recently updated
recently updated
newest added

作者你好,请问你这个工程是基于yolov5的那个版本修改的?

调整下hyp里面的权重。 _Originally posted by @derronqi in https://github.com/deepcam-cn/yolov5-face/issues/99#issuecomment-982254928_

In the README, you have mentioned "2021.08: Add new training dataset Multi-Task-Facial improve large face detection." Where can I find the images of this dataset?

请问经过letterbox后,关键点的标签为什么不用这种方式更新 #labels[:, 5] = ratio[0] * w * x[:, 5] + pad[0] 而是采用了下面这种方式 labels[:, 5] = np.array(x[:, 5] > 0, dtype=np.int32) * (ratio[0] * w * x[:, 5] + pad[0])...

Using yolov5n-0.5.pt on Jetson Nano and Get about 5 fps And I try to use tensorRT So I first using models/export.py and torch2tensorrt/main.py to do inference And I get some...

大佬不吝赐教 1 训练时如何取的 detec和landmark的均衡性能?两个任务都会到较好的性能点 2 我训练时 关注更精准的landmark 增加了一批celeba等 小人脸检测性能下降该怎么办?

Hi. in `detect_face.py` there is a parameter, `img_size=2048`.This parameter has huge impact on inference time and preprocessing but reducing it comes with reduction of accuracy... How did you choose this...

运行环境 ![图片](https://user-images.githubusercontent.com/56429665/144813277-c99b4a88-7212-4958-9897-71cd5192b572.png) ![图片](https://user-images.githubusercontent.com/56429665/144813362-6c767f27-a140-4aa1-8934-b189e1081696.png)

@derronqi 你好,我也有差不多得疑问,我就是想请教一下,yolo.py中关于5个点推理部分,这个怎么理解呢,我看有点像中心点和宽高推理得融合,不是很理解,能麻烦解释一下吗

Hi How step to test widerface? how to put the image and the image label?