Error running DemoExe
Hello, thank you for making your code available.
However, I tried to run DemoExe to evaluate on full meshes and faced several issues.
First, I just tried running .exe file. I added all required .dlls (c10.dll, c10_cuda.dll, caffe2_nvrtc.dll, nvToolsExt61_1.dll, torch.dll; Qt5Core.dll, Qt5Gui.dll, Qt5OpenGL.dll, Qt5Widgets.dll), but still aplication is failing with error - The application was unable to start correctly (0xc000007b). Maybe I'm missing some specifications or lib versions. Not sure.
I also tried to compile cpp code from folder scr directly using visual studio, but .sln file misses .vcxproj files.
I am fairly new to working with c++ projects on windows, so maybe you have some insights on how to figure this out, or you can specify system depenencies more. Thank you in advance.
Thanks for your interest! Sorry for the delay. I guess the error 0xc000007b is not a library error, it may be caused by your system version. I used to use 64-bit Win10 for running exe. For dlls, In case you use the wrong versions of dlls. Please check this commit for my previously uploaded dlls.
For building a vs project, I suggest starting a new qt project, adding my code as the source, and configuring dependencies.
Hello! I am trying to use your GCN-Denoiser and I tried to run the Demo.exe as well. I've installed CUDA, torch and qt, but I'm getting an error: "?minimumSizeHint@QPushButton@@UEBA?AVQSize@@XZ cound not be located in the dynamic link library [LINK TO .EXE]". Do you know how I can fix this?
I had the same problem. When I try to run the demo, some DLLS are missing. When I try to run these DLLS in the.exe file directory, I get the error "无法定位程序输入点?minimumSizeHint@PushButton@UEBA?AVQSize@@XZ 于动态链接库 ........\GCNDenoiser.exe上"
I had the same problem. When I try to run the demo, some DLLS are missing. When I try to run these DLLS in the.exe file directory, I get the error "无法定位程序输入点?minimumSizeHint@PushButton@UEBA?AVQSize@@xz 于动态链接库 ........\GCNDenoiser.exe上"
I meet the same problem. I find the key problem is the version of libtorch is higher than provider's version. But I don't solve this problem at all, I meet the Qt problem.
I already uploaded the required dlls in this link. Before running the demo exe, please double-check that you successfully installed CUDA 10.0 and added its library to your system path.
The DLL download link is no longer valid. Is this something you can set back up?
Hello! Thanks for your sharing fo this wonderful project! I have installed CUDA10.0 corretly on 64bit-Win11 and put all required dlls in System32. It showed in termal like this. qt.qpa.plugin: Could not find the Qt platform plugin "windows" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. I don't know how to solve this problem.