ITK library FactoryRegistration not found

Hi, I’m trying to convert 200 Nifti volumes to Nrrd using Python script for DWI Convert. I’m getting the following error “while loading shared libraries: libITKFactoryRegistration.so: cannot open shared object file: No such file or directory”. how to solve this?

Probably easiest to run that cli from slicer.

https://slicer.readthedocs.io/en/latest/developer_guide/python_faq.html#how-to-run-a-cli-module-from-python

2 Likes