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

Completely wrong prediction matrix!

zhjikoshlizhzc opened this issue · comments

When I tried to get the face prediction matrix(shape=(37840, 2)) under tf1.15 (without using tf.compat.v1.enable_eager_execution()), I found that the prediction matrix was completely wrong. Can you help me solve it? Thank you very much.