Wiser
Wiser
NIV dataset download path failure

>https://github.com/NeuralCarver/Michelangelo/blob/6d83b0bacef92715dd5179d45647ed9a3d39bc95/michelangelo/models/conditional_encoders/encoder_factory.py#L554 In the forward method of the MoECLIPImageEncoder class, I noticed the following code snippet: ```python if zero_embedding_radio > 0: mask = torch.rand((len(image), 1, 1), device=z.device, dtype=z.dtype) >= zero_embedding_radio z...
when I use the vmapping, indices, uvs = xatlas.parametrize(vertices, faces), I get the segmentation fault: Fatal Python error: Segmentation fault Thread 0x00007fe9225ff640 (most recent call first): File "/home/chenyongwei/miniconda3/envs/trellis/lib/python3.10/threading.py", line 324...