-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very slow inference #31
Comments
@fmmohammadi can you share the code for inference on gpu... for me gpu utilization is not happening during inference |
main code with a bit draft edit: from modules.models import RetinaFaceModel flags.DEFINE_string('cfg_path', './configs/retinaface_mbv2.yaml', def load_info(txt_path):
import time
if name == 'main': |
I implemented this on GTX 2080 on images of 192010803.
The inference time was 250 to 300 ms for each image! I don't know why but it's terrible!
The text was updated successfully, but these errors were encountered: