diff --git a/retinaface/README.md b/retinaface/README.md index 139e3ba..49f85c9 100644 --- a/retinaface/README.md +++ b/retinaface/README.md @@ -1,2 +1,7 @@ -### RetinaFace Detector -COMING SOON.. +### RetinaFace Face Detector + +Please check ``test_widerface.py`` for model usage. + +Pretrained Model: [RetinaFace-R50](https://pan.baidu.com/s/1C6nKq122gJxRhb37vK0_LQ) is a medium size model with ResNet50 backbone. WiderFace validation mAP: Easy 96.5, Medium 95.6, Hard 90.4. It can output face bounding boxes and five landmarks in a single forward pass. + +Light weight and large models will be released soon.