Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Retinaface Face Detection
|
2 |
|
3 |
A retinaface model for Face Detection trained on widerface dataset.
|
4 |
|
@@ -12,7 +12,7 @@ python train.py --model_config_file <MODEL_CONFIG_FILE>
|
|
12 |
<MODEL_CONFIG_FILE> can be found in folder `config`.
|
13 |
Model checkpoints will be saved in folder `checkpoints` by default.
|
14 |
|
15 |
-
backbone-ResNet50 checkpoint can be download in my [
|
16 |
|
17 |
## Inference
|
18 |
### Observe logits map and predicted bboxes
|
|
|
1 |
+
# [Retinaface Face Detection](https://github.com/HaohuaLv/retinaface-face-detection)
|
2 |
|
3 |
A retinaface model for Face Detection trained on widerface dataset.
|
4 |
|
|
|
12 |
<MODEL_CONFIG_FILE> can be found in folder `config`.
|
13 |
Model checkpoints will be saved in folder `checkpoints` by default.
|
14 |
|
15 |
+
backbone-ResNet50 checkpoint can be download in my [Google Drive](https://drive.google.com/drive/folders/1teN75lXOvYPLdpzLoXPEPrsXfZJU18Id?usp=sharing) or [HuggingFace🤗](https://huggingface.co/HaohuaLv/retina-backbone_resnet50-ft_widerface).
|
16 |
|
17 |
## Inference
|
18 |
### Observe logits map and predicted bboxes
|