Next3D icon indicating copy to clipboard operation
Next3D copied to clipboard

Wrong truncation_cutoff in gen_samples_next3d.py

Open wamiq-reyaz opened this issue 1 year ago • 1 comments

In the file gen_samples_next3d.py, https://github.com/MrTornado24/Next3D/blob/bdab84fc12cb61bd1002a3efb2c0a707a1139d97/gen_samples_next3d.py#L112

the truncation cutoff is set to 14, meaning that the truncation is only applied to the texture_ws and not the eg3d_ws, because of this line https://github.com/MrTornado24/Next3D/blob/bdab84fc12cb61bd1002a3efb2c0a707a1139d97/training_avatar_texture/networks_stylegan2_vtoonify.py#L289

Is my understanding correct? I think because of this, we get a prominent stitching artifact where the FLAME rasterized texture and the static rendered features meet.

An example of what I mean:

wamiq-reyaz avatar Jun 09 '23 12:06 wamiq-reyaz

Hi, it's a good question! I'll take a look. What is your example?

MrTornado24 avatar Jul 03 '23 14:07 MrTornado24