Wiser

Results 4 issues of Wiser

NIV dataset download path failure

![cf037f0801aafa70e0427983b7369db2](https://github.com/Picsart-AI-Research/StreamingT2V/assets/115962440/dc0a04ac-da67-4d39-bdb3-7eae0c2b0db0)

>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...