yfeng95 / DECA

DECA: Detailed Expression Capture and Animation (SIGGRAPH 2021)
Other
2.15k stars 422 forks source link

increasing texture size higher than 256 x 256? #62

Open test1342 opened 3 years ago

test1342 commented 3 years ago

Hi,

I was wondering if anyone knows a way to increase the default texture size higher than 256 x 256 pixels.

If this is possible, it could greatly improve the realism and accuracy of the faces. Thanks for your help!

ASAmbitious commented 1 year ago

I also have the same question. I want the generated UV map to be 1024 size. I adjusted uv_size and a problem occurred: RuntimeError: The size of tensor a (256) must match the size of tensor b (1024) at non-singleton. dimension 3 Any good suggestions to solve this problem?

buithikieu11 commented 11 months ago

we need to create 2 files: texture_data_256.npy and fixed_displacement_256.npy has the same dimension to fix it. But i don't know where we can get there?Please help me if anyone else has information about it.

zek1th commented 9 months ago

we need to create 2 files: texture_data_256.npy and fixed_displacement_256.npy has the same dimension to fix it. But i don't know where we can get there?Please help me if anyone else has information about it.

I have the same question, have u solve it? Do u know what's the meaning of these 2 files? I suppose the "fixed_displacement_256.npy" means the fixed parts of the displacement map. And as I know, 'texture_data_256.npy' in the project seems to be used only for the function save_obj(). Is this file necessary for the training of 3D detail shapes?