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

add overlap images for saveImage #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jnwnlee
Copy link

@jnwnlee jnwnlee commented Oct 19, 2021

As I thought generating full FLAME result is one of the strong points of DECA,
I added some code to show the full FLAME image as a result.
@YadiraF

<new jpg output files for --saveImage option in demo_reconstruct.py>
image
original input
image
image
overlap with shape image
image
full shape image

@yfeng95
Copy link
Owner

yfeng95 commented Oct 23, 2021

Hi Junwon,

Thanks a lot for this, yes I agree that this function is quite useful.
However, I found your implementation only works for full shape images and it is a bit difficult to extend this for more rendering options.
So I just implemented my version that
you can render the results (shape, shap details, etc.) in original images size by setting --render_orig True.

Thanks,
Yao

@jnwnlee
Copy link
Author

jnwnlee commented Oct 25, 2021

There seems to be an issue regarding pytorch3d rasterizer (not the standard one) at the rendering part.
Please check issue #78

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

Successfully merging this pull request may close these issues.

None yet

2 participants