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

Can this tf2 model be converted into pb model like in tensorflow 1.x and then be executed in tensorflow 1.x ?

hangdonglin opened this issue · comments

Can this tf2 model be converted into pb model like in tensorflow 1.x and then be executed in tensorflow 1.x ?

As I know, it should be available for any tf2 model.