ExplainableFaceImageQuality icon indicating copy to clipboard operation
ExplainableFaceImageQuality copied to clipboard

Pixel-Level Face Image Quality Assessment for Explainable Face Recognition

Results 3 ExplainableFaceImageQuality issues
Sort by recently updated
recently updated
newest added

Hey, folks! I encountered the following problem while running the XFIQ.py ```Traceback (most recent call last): File "XFIQ.py", line 109, in run(image_path, model_path, grad_path, T) File "XFIQ.py", line 82, in...

Hi thanks for the paper and code, Is there a tutorial/code available for using other face recog models such as FaceNet? (as mentioned in the paper)

The x variable (output from stochastic_model) have same values after passed to stochastic_model with rate of 0.5. The value must be differ right? but it doesn't happening, and the final...