We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Changing this value to 0.25 makes it way better:
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
The text was updated successfully, but these errors were encountered:
Is there a reliable way to set the downscale value dynamically?
Sorry, something went wrong.
No branches or pull requests
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:
Changing this value to 0.25 makes it way better:
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
The text was updated successfully, but these errors were encountered: