Pytorch_Retinaface
Pytorch_Retinaface copied to clipboard
Retinaface get 80.99% in widerface hard val using mobilenet0.25.
Hello, I would like to ask if this model can detect the yaw, pitch and raw angles of the face? Thanks!
Hi, Thanks a lot for your great work! I ran into a problem when I fine-tune the model on my own dataset with faces marked without landmarks. Can you help...
I'm trying to retrain retinaface with a custom dataset. My images are of resolution 1920x1080. The average width and height of faces in the images are ~20 pixels. I have...
怎么进行标注、建立label.txt文件
When I train the mobile0.25 on widerface, sometimes the loc loss is nan.
When transforming the model to Onnx and then to Tensorflow. It returns output in the shape of 3 Tensors: ` loaded model outputs = [, , ]` This format corresponds...
`RuntimeError: Error(s) in loading state_dict for MobileNetV1: size mismatch for stage1.0.0.weight: copying a param with shape torch.Size([8, 3, 3, 3]) from checkpoint, the shape in current model is torch.Size([8, 3,...