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

I input the image with FFHQ1024 resolution into antelopev2 and it doesn't detect the face #17

Open
SongChaotian opened this issue Apr 30, 2024 · 2 comments

Comments

@SongChaotian
Copy link

No description provided.

@foivospar
Copy link
Owner

This usually happens when the input image is tightly cropped around the face. In such cases, you can detect the face by reducing the detection size (e.g., to 256) :

app.prepare(ctx_id=0, det_size=(256, 256))

@insafim
Copy link

insafim commented Jun 26, 2024

Thanks man. I was struggling to figure this out

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

3 participants