javier-hernandezo / FaceQnet

FaceQnet: Quality Assessment for Face Recognition based on Deep Learning
245 stars 50 forks source link

The speed of inference #6

Closed nerddd closed 4 years ago

nerddd commented 4 years ago

Hi, I used the model you provided. But the inference takes a lot of time if I want to make it real-time in video. So I wonder if there is a light weigt model? Or could you please provide the dataset you collected? Thank you!

javier-hernandezo commented 4 years ago

Hello,

We do not have any light model, sorry. However, are you using a GPU for inference? That should speed it up. Regarding your second question, I do not know what are you referring to with the sentence "the dataset you collected". Do you mean the quality scores for the testing sets of VGGFace2 and Biosecure? We are planning to upload the quality scores of the whole VGGFace2, BioSecure, CyberExtruder, and LFW databases.

Regards

gabrielpcosta commented 4 years ago

If possible, do you think you could share the code with the dataset for training the neural network too? I also wanted to test training this network in a lightweight architecture.

javier-hernandezo commented 4 years ago

I am preparing the code for training and fine-tuning FaceQnet with other dataset. To get the training dataset you have to download VGGFace2 and take the 300 first users for training as I did: http://www.robots.ox.ac.uk/~vgg/data/vgg_face2/

Regards