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

Hello! Can I read the model with "torch.hub.load" and deploy it in Flask? Thank you!

Hello, First off, I would like to thank you for your work and willingness to make it opensource. I was following the instructions in the README of the torch2trt folder,...

Guys i have stared at the code and tried everything for the past 4-5 hrs But im not able to get the model to be imported to TensorFlow forget about...

In general.py, when calculating the non_max_suppression_face #Detections matrix nx6 (xyxy, conf, landmarks, cls) if multi_label: i, j = (x[:, 15:] > conf_thres).nonzero(as_tuple=False).T x = torch.cat((box[i], x[i, j + 15, None],...

您好,大佬,如何把人脸检测的模型转成torchscript模型啊 @djmmoss @muhammad-tayyab @hylrh2008 @bobo0810 @wjtan99

Hi thanks for sharing. i would like to get the feature vector of the detected face, Could you advise ? thanks

Under the same super parameters, we train and test the model for many times, and we find that there is a great difference in accuracy!!!