Siyuan Bian

Results 3 issues of Siyuan Bian

When I run ```python preprocess.py --tot 1 --id 0```, the following error occurs. I install gdna following README.md. ``` An exception occurred in telemetry logging.Disabling telemetry to prevent further exceptions....

I want to write a clothes simulation program following ``exts/omni.warp/omni/warp/nodes/_impl/OgnClothSimulate.py``. However, I cannot import omni in the code. ``` ModuleNotFoundError: No module named 'omni' ```

question

When running the LLaVA-Next model to describe multiple input images, it tends to mix the content of different images together instead of generating distinct descriptions for each image. Here is...