Open test1342 opened 3 years 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?
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.
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?
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!