Re: [Rtk-users] CudaImage not found in Python RTK

2021-12-16 Thread Simon Rit
Hi, The pypi package does not have the Cuda option. Using cuda in wrapping requires to compile it yourself, see INSTALLATION.md . Providing pypi packages cuda is a difficult task which we are still working on... Simon On Fri, Dec 17, 202

[Rtk-users] CudaImage not found in Python RTK

2021-12-16 Thread Zhang, Zhehao
Dear all, I am using Python version RTK, through pip install: pip install itk pip install itk-rtk It works well when I run the test code (FirstReconstruction.py) on CPU, however, when I try to use GPU to accelerate, the test code ( https://github.com/SimonRit/RTK/blob/master/examples/FirstRecon