peteryuX / retinaface-tf2

RetinaFace (Single-stage Dense Face Localisation in the Wild, 2019) implemented (ResNet50, MobileNetV2 trained on single GPU) in Tensorflow 2.0+. This is an unofficial implementation. With Colab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in the README

RaySuhyunLee opened this issue · comments

Hi. Thank you for your effort.

In line 176 and 179 of README.md, it seems like the script file name is miswritten.

Shouldn't these

python test_widerface.py.py --cfg_path="./configs/retinaface_res50.yaml" --gpu=0
python test_widerface.py.py --cfg_path="./configs/retinaface_res50.yaml" --gpu=0

changed to these? (.py.py -> .py)

python test_widerface.py --cfg_path="./configs/retinaface_res50.yaml" --gpu=0
python test_widerface.py --cfg_path="./configs/retinaface_res50.yaml" --gpu=0

@RaySuhyunLee, Thanks for your help! =)