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

Weird downscaling factor behavior on selfie photos #55

Open
DebZakari opened this issue Jun 24, 2024 · 1 comment
Open

Weird downscaling factor behavior on selfie photos #55

DebZakari opened this issue Jun 24, 2024 · 1 comment

Comments

@DebZakari
Copy link

DebZakari commented Jun 24, 2024

Leaving the default downscale value (1.0) on this code:

!python test.py --cfg_path="./configs/retinaface_mbv2.yaml" --img_path="./data/out_becky-test.jpg" --down_scale_factor=1.0

The following result is shown here:
out_becky-test (1)

Changing this value to 0.25 makes it way better:
out_becky-test

I also noticed that downscaling it to 0.25 only works on selfie photos. In group photos, you're better off setting it to 1.0

@DebZakari
Copy link
Author

Is there a reliable way to set the downscale value dynamically?

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

1 participant