Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CudaFDKConeBeamReconstructionFilter Execute not working, driver problem? #190

Closed
EmmanuelleRicher opened this issue Jun 11, 2018 · 1 comment

Comments

@EmmanuelleRicher
Copy link

Hi,

I'm trying to use SimpleRTK to make a 3D reconstruction of cone beam projections. I'm using PyCharm (SimpleRTK was successfully builded and the package installed on Python). I succeeded with the CPU methods and am now trying to use the same code with the GPU using methods to make it faster (for example CudaFDKConeBeamReconstructionFilter instead of FDKConeBeamReconstructionFilter ). I received an error:

Traceback (most recent call last):
File "C:\RootReferences\OrsQtPlateform\python\OrsPythonPlugins\OrsReconstruction\mainform.py", line 155, in on_PushButton_apply_clicked
srtkImage = feldkamp.Execute(imageRecons, srtkData)
File "C:\Anaconda3\Lib\site-packages\SimpleRTK\SimpleRTK.py", line 7972, in Execute
return _SimpleRTK.CudaFDKConeBeamReconstructionFilter_Execute(self, *args)
RuntimeError: Exception thrown in SimpleRTK CudaFDKConeBeamReconstructionFilter_Execute: C:\Users\admin\Desktop\RTK-1.4.0\utilities\ITKCudaCommon\include\itkCudaDataManager.h:54:
Cuda Error : CUDA driver version is insufficient for CUDA runtime version.

I am relatively new to programming and can't seem to understand this error. Do you know what I should do to make the methods work? Is it a problem in my code or really a driver problem? I can publish a bit of my code if it helps.

Thank you,
Emmanuelle Richer

@EmmanuelleRicher
Copy link
Author

The problem was my Nvidia driver version, I updated it and now everything works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant