Run ALPACA nogui from python script

Hello all,
I would like to run ALPACA lib or the initial python library, in my python script.
Any Idea how can I do it?
I would like to give as input Source model, Source landmarks and Target model and the final return would be Target Landmarks.

This came up a few times, but I never quite understand why. You will not benefit from building a script only to do interactive landmark transfer. And we already provide an interface to do batch landmark transfer for many samples.

Hello Murat,
Thank you for the suggestion.
Can I use batch landmark transfer with no gui?
In other case ,can I just use the python libraries open3d or pycpd?

Why don’t you want to use GUI?

In any event, you can look at the logic part of the ALPACA module and build up a entirely scripted version. Though, I still don’t understand why…

ALPACA does not use open3d anymore. We have switched to ITK.