NVlabs / nvdiffrast

Nvdiffrast - Modular Primitives for High-Performance Differentiable Rendering
Other
1.37k stars 146 forks source link

module 'open3d' has no attribute 'cuda' #191

Closed Ssqjxxlwhy closed 3 months ago

Ssqjxxlwhy commented 3 months ago

Hi!there is a problem when I run my project:

D:\Anaconda\envs\Sherpa3D\lib\site-packages\torch\utils\cpp_extension.py:1967: UserWarning: TORCH_CUDA_ARCH_LIST is not set, all archs for visible cards are included for compilation. If this is not desired, please set os.environ['TORCH_CUDA_ARCH_LIST']. warnings.warn( Traceback (most recent call last): File "D:\Sherpa3D-main\train.py", line 801, in init_shape.vertices = o3d.cuda.pybind.utility.Vector3dVector(vertices) AttributeError: module 'open3d' has no attribute 'cuda'

Process finished with exit code 1

can anybody help me?

s-laine commented 3 months ago

This error does not seem to be related to nvdiffrast but Open3D. I suggest looking at Open3D's issue tracker. Closing as off-topic.