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

subprocess.CalledProcessError: Command 'git tag' returned non-zero exit status 128.

Hi, there. The paper indicates that augmentation method like 'Ignore Small Faces' and 'Random Crop' can boost the performance. However, I didn't find these augmentations in the source codes. Is...

Hi, can you share all weights on gdrive? Not able to download for models yolov5m and yolov5l from pan.baidu. Thanks!

Does your data augment use random scale input?Did you make random clipping directly on the original Image? Looking forward to your reply.

Hi, I've recently changed your code to find more landmarks on face. but during training the P, R, map are zero. I figure out the output of this line: `inf_out,...

Is there any implementation of the ShuffleV2Block in TensorFlow, in order to convert the PyTorch model to tf.

Hi All I am using yolov5s version, as the title mentioned... Is it normal to detect back of head? Thanks !

Where Pretrained weight yolov5s-6-face.pt can be downloaded?

Hi, I want to add a regression problem besides the previous labels. I mean my labels are [class x y width height (new_label) ]. so how can I change the...