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
Hunyuan3D-2.1-main/hy3dpaint\DifferentiableRenderer\MeshRender.py", line 1182, in back_project
depth_max, depth_min = depth[visible_mask > 0].max(), depth[visible_mask > 0].min()
RuntimeError: max(): Expected reduction dim to be specified for input.numel() == 0. Specify the reduction dim with the 'dim' argument.