LabelFusion
LabelFusion copied to clipboard
directorPython
How has director been integrated to python ? Is the pip package of director not sufficient ?
Director is not available from pip. The pip package named "director" is an unrelated project.
Director is normally compiled from source. Director is composed of c++ and python code, and it therefore has library dependencies such as Qt and VTK. You can system install these dependencies and then compile director from source.
For distributing LabelFusion we have provided all dependencies inside a Docker image, but it's also possible to compile it from source.