Dear rtk-users

I look at the following question and I want to compile the python wrappings.

But I didn't know how to do it. I haven't used ITK so much, so I don't know.

I would appreciate it if you could tell me..

Thank you.

[Rtk-users] Python RTK + CUDA
<https://public.kitware.com/pipermail/rtk-users/2021-September/011102.html>
 *Gabriele Belotti in *September2021

”””Hi Gabriele,

You can check the example here
<https://github.com/SimonRit/RTK/blob/master/examples/FirstReconstruction/FirstCudaReconstruction.py>.
Note, however, that the CUDA python packages are still not distributed. The
ones on pypi only have CPU code. So you would need to compile the python
wrappings, which would require the three CMake options ITK_WRAP_PYTHON=ON,
Module_RTK=ON, RTK_USE_CUDA=ON.
Simon

”””
_______________________________________________
Rtk-users mailing list
Rtk-users@public.kitware.com
https://public.kitware.com/mailman/listinfo/rtk-users

Reply via email to