Zhehuan Chen

Results 10 comments of Zhehuan Chen
trafficstars

To support functions like `nvrtcGetOptiXIRSize`, you should update your CUDA Toolkit to version 12.0 or higher. The link in the document will be updated soon to NVIDIA's CUDA 12.1.0 download...

The return values of the function [Camera.render()](https://genesis-world.readthedocs.io/en/latest/api_reference/camera/camera.html#genesis.vis.camera.Camera.render) might be helpful for obtaining those images.

If you correctly enable `LUISA_COMPUTE_DOWNLOAD_OIDN` as `ON` in the compile configuration, you should see the installation process of the OIDN denoiser, which includes messages like: ``` -- [download 99% complete]...

It seems that CMake is not finding the correct version of the CUDA Toolkit (which requires CUDA 12.0 or higher). Issue #275 could be a helpful reference for a solution....

This PR aims to serve as a more general parsing tool that supports the most common USD materials, specifically `UsdPreviewSurface` and `gltf` materials. However, both my PR and #971 currently...

It is expected to cover #971 now.

I plan to create two separate PRs—one focusing on USD support and the other covering the remaining changes. Where do you think the USD parsing example should go? Should it...

And if I want to add some mesh files for testing, where should I put them? In the `assets` folder or in the `tests` folder?

This unittest failure is weird. Why the snapshot downloaded files are not found in Windows and Macos?

I added `@pytest.mark.xdist_group(name="huggingface_hub")` but it still failed. It seemed to fail when downloading `drone_sus` and `image_0000_segmented.glb`, which is so weird. ``` drones = [] for offset, merge_fixed_links in ((-0.3, False),...