DECA icon indicating copy to clipboard operation
DECA copied to clipboard

add overlap images for saveImage

Open jnwnlee opened this issue 4 years ago • 2 comments

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

jnwnlee avatar Oct 19 '21 02:10 jnwnlee

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

yfeng95 avatar Oct 23 '21 19:10 yfeng95

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

jnwnlee avatar Oct 25 '21 05:10 jnwnlee