You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,thank you for your excellent work,I get the error in gaussiantracer when update_bvh:(cuda 11.6)
“gaussian-raytracing/scene/gaussian_model.py", line 432, in update_bvh
self.gaussian_tracer.update_bvh(vertices_b, faces_b, gs_id)
“gtracer/raytracer.py", line 71, in update_bvh
self.impl.update_bvh(vertices_b[faces_b])
RuntimeError: Optix call 'optixAccelComputeMemoryUsage(optix, &accel_options, &triangle_input, 1, &gas_buffer_sizes)' failed.
The text was updated successfully, but these errors were encountered:
Hello,thank you for your excellent work,I get the error in gaussiantracer when update_bvh:(cuda 11.6)
“gaussian-raytracing/scene/gaussian_model.py", line 432, in update_bvh
self.gaussian_tracer.update_bvh(vertices_b, faces_b, gs_id)
“gtracer/raytracer.py", line 71, in update_bvh
self.impl.update_bvh(vertices_b[faces_b])
RuntimeError: Optix call 'optixAccelComputeMemoryUsage(optix, &accel_options, &triangle_input, 1, &gas_buffer_sizes)' failed.
The text was updated successfully, but these errors were encountered: