elliottzheng/batch-face

Download URL for Resnet50 is Missing

mowshon opened this issue · 1 comments

Hello!

The load_net allow us to choose resnet50 but the download link is missing.
Can you share with this model?

pretrained_urls = {
    "mobilenet": "https://github.com/elliottzheng/face-detection/releases/download/0.0.1/mobilenet0.25_Final.pth"
}

hi, I have updated the code to provide the model
check this out f287028