-
Notifications
You must be signed in to change notification settings - Fork 13
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 wonder why the extrinsics are set as 0.01 and 4.0 in gen_images_portrait4d.py#L241? #16
Comments
Hi, this parameters are set empirically and can be adjusted. |
I know the this parameters can be adjusted. |
e.g: c = params_app[:,:25]
The above codes using source_img's extrinsics, while the result still exists mismatch between result and source. |
In my opinion, the result generated are geometrically correspinding to tri-plane axis, in which the head are cented in 128x128( the preprocess crop and align strategy do the samething). So the generated result are must be centered in image without manually extrinsics. |
I konw the fixed extrinsics with (0,01. 4.0) helps to align the head and BG, however the generated image seems not align to the origin source image.
Portrait-4D/portrait4d/gen_images_portrait4d.py
Line 241 in da5eec6
The text was updated successfully, but these errors were encountered: