You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for you great work!
I notice that in the paper 8~12 view-points are heuristically selected for inference.
However, in the code, it seems to have only 6 fixed view-points:
Is it the code in/Hunyuan3D-2/hy3dgen/texgen/differentiable_renderer/mesh_render.py the selection part? It seems like it is enlarging the texture map untill the selection area is above 99% of the total area.
@torch.no_grad()
def fast_bake_texture(self, textures, cos_maps):
Thanks for you great work!
I notice that in the paper 8~12 view-points are heuristically selected for inference.
However, in the code, it seems to have only 6 fixed view-points:
Is this the publised code a simplified version compared with the paper? Or do I misunderstand it?
Hope for your replay,
Best.
The text was updated successfully, but these errors were encountered: