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

train size

alicera opened this issue · comments

h = w = tf.cast(scale * short_side, tf.int32)

The crop define square crop. (640x640)
If It change the network size to 600x400. Is it a good method for crop?