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

the question about the inference time

nick-zoo opened this issue · comments

commented

the retinaface paper said that, the inference time is less than 10 ms (1.4ms, gpu P40, resolution: 640*480), I test the inference time of this model used the same size image on the platform of nvidia p6000, it cost about 240ms, so i want to know what cause the time gap, thanks

the retinaface paper said that, the inference time is less than 10 ms (1.4ms, gpu P40, resolution: 640*480), I test the inference time of this model used the same size image on the platform of nvidia p6000, it cost about 240ms, so i want to know what cause the time gap, thanks

Hi, bro. Did you find the reason of the time gap?