Rendering-at-ZJU / weight-sharing-kernel-prediction-denoising

Source code for "Real-time Monte Carlo Denoising with Weight Sharing Kernel Prediction Network" (EGSR 2021)
MIT License
16 stars 3 forks source link

AttributeError: module 'CUSTOM_WSKP_auto' has no attribute 'forward' #3

Closed Scarlett-xu closed 10 months ago

Scarlett-xu commented 10 months ago

您好,我在windows上运行test.py文件时,发现会报这个错:
File "D:\code\weight-sharing-kernel-prediction-denoising-main2\weight-sharing-kernel-prediction-denoising-main\net.py", line 174, in forward x_out = CUSTOM_WSKP_auto.forward(x_irradiance, x_albedo, x_guidemap, x_alpha) AttributeError: module 'CUSTOM_WSKP_auto' has no attribute 'forward'

,我已经安装了拓展块,可以问下是什么问题吗? image

Scarlett-xu commented 10 months ago

已解决,是我没有执行python setup.py install