Xu-Xuanhui

Results 14 comments of Xu-Xuanhui

> Exactly same error. I'm using MobaXterm to receive graphics from remote host, and have tried many versions of cuda, torch and PyOpenGL, still couldn't solve it. Environment setup: >...

@YilingQiao I built Alif-01'LuisaRender fork. However, I cannot find the 'create_scene' API in LuisaRenderPy's pybind API code too. print(dir(LuisaRenderPy)) ['Camera', 'Integrator', 'LogLevel', 'Shape', 'Spectrum', 'Surface', 'Texture', 'Transform', '__doc__', '__file__', '__loader__',...

I have install the LuisaRender Ubuntu 22.04 Nvidia driver 535.183.01,cuda 12.2! I update the cuda! python 3.10 git clone https://github.com/Genesis-Embodied-AI/Genesis.git cd Genesis git submodule update --init --recursive You should follow...

> I'm having a similar issue here as well. It seems like python bindings are not being generated at all when luisa-render is compiled and built. Do you fix it?

> Luisa raytracing rendering requires building as mentioned [here](https://genesis-world.readthedocs.io/en/latest/user_guide/getting_started/visualization.html#photo-realistic-ray-tracing-rendering). We will update the installation guide soon. Stay tuned. I built LuisaRender. But it still does't work

> The problem is that the file is generated correctly after build in the folder `genesis/Genesis/genesis/ext/LuisaRender/build/bin/LuisaRenderPy.cpython-312-x86_64-linux-gnu.so` > > However it is not imported correctly in the renderer code. In my...

> thanks akash. `LuisaRenderPy.cpython-312-x86_64-linux-gnu.so` is not generated for me for some reason. I also looks through the luisarender's cmake files, I couldn't find any line that instructs the compiler to...

> The problem is that the file is generated correctly after build in the folder `genesis/Genesis/genesis/ext/LuisaRender/build/bin/LuisaRenderPy.cpython-312-x86_64-linux-gnu.so` > > However it is not imported correctly in the renderer code. In my...

> The problem is that the file is generated correctly after build in the folder `genesis/Genesis/genesis/ext/LuisaRender/build/bin/LuisaRenderPy.cpython-312-x86_64-linux-gnu.so` > > However it is not imported correctly in the renderer code. In my...

> How do I get LuisaRenderPy? If I compile the code as stated in the installation instructions, it does not compile packages for Python. You built the wrong LuisaRender version....