Skip to content
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

Inferencing without face detector leads to very low performance #14

Open
deepfakeLearnerHi opened this issue Aug 16, 2022 · 4 comments
Open

Comments

@deepfakeLearnerHi
Copy link

Hi, I have my face dataset ready and wish not to perform duplicate face detection during inference as it brings huge time cost. However, when I commented out the face detection code and directly ran the inference on my cropped faces (using FFmpeg and dlib) from FF++, it seems that the performance dropped a lot. I wonder if there is a solution to it.

@githuboflk
Copy link

@tianyw23
Can you provide the relevant code? I was in a similar situation.

@Pudge-tao
Copy link

me too,I changed the face detector by Centerface and test on FF++ that got a terrible auc

@mapooon
Copy link
Owner

mapooon commented Mar 15, 2023

Hi,
The performance of the classifier strongly relies on the preprocess, e.g., cropping.
We recommend you use the same preprocess as we provide in this repository.

@leobryan
Copy link

leobryan commented Apr 5, 2023

me too,AUC shows around 0.50 for all cross datasets, wonder why

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants