THU-luvision / XScale-NVS

The official implementation of the CVPR'24 paper titled "XScale-NVS: Cross-Scale Novel View Synthesis with Hash Featurized Manifold".
MIT License
119 stars 7 forks source link

nvdiffrast_plugin #5

Closed luoww1992 closed 6 months ago

luoww1992 commented 6 months ago

i have installed nvdiffrast==0.3.1, while runing error: ImportError: DLL load failed while importing nvdiffrast_plugin: 找不到指定的模块

i use glctx = dr.RasterizeCudaContext() instead of dr.RasterizeGLContext() my env is: win10 +py3.9+torch1.13+cuda11.7+cudnn8.5+ A6000

GuangyuWang99 commented 6 months ago

i have installed nvdiffrast==0.3.1, while runing error: ImportError: DLL load failed while importing nvdiffrast_plugin: 找不到指定的模块

i use glctx = dr.RasterizeCudaContext() instead of dr.RasterizeGLContext() my env is: win10 +py3.9+torch1.13+cuda11.7+cudnn8.5+ A6000

I think this is an issue related to nvdiffrast, please refer to the original repository for installation guidance.