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
106 stars 7 forks source link

some error in pre and train #3

Closed luoww1992 closed 5 months ago

luoww1992 commented 5 months ago

1, error when run:
bash graphs/warping/warp.sh i have installed all packages, i see the sh file to look how to run code, when run code about giga_warping.py, show error: DLL load failed while importing nvdiffrast_plugin: 找不到指定的模块.

GuangyuWang99 commented 5 months ago

1, error when run: bash graphs/warping/warp.sh i have installed all packages, i see the sh file to look how to run code, when run code about giga_warping.py, show error: DLL load failed while importing nvdiffrast_plugin: 找不到指定的模块.

I think this is indeed an installation issue regarding nvdiffrast. Please refer to the official repo. for solutions, e.g., you may have a look into this issue.