Installation
The installers for ImFusion Labels can be found on this page: https://www.imfusion.com/download-imfusion-labels.
Python Support
Some features such as Writing Algorithms require a correctly configured Python environment.
These features are optional though and setting up Python is not required.
To configure a Python environment, we recommend to use a Virtual Environment.
Any existing virtual environment with the correct version of imfusion-sdk-labels can be used or you can set up a new virtual environment in the home directory using the commandline:
Linux and macOS
python3 -m venv .imfusion-labels-venv
source .imfusion-labels-venv/bin/activate
pip install imfusion-sdk-labels==1.0.2
Windows
python -m venv imfusion-labels-venv
.\imfusion-labels-venv\Scripts\activate.bat
pip install imfusion-sdk-labels==1.0.2
After starting ImFusion Labels, open the application settings and switch to the Python settings.
The virtual environment can be added by pressing the + button and selecting the python executable (e.g. ~/.imfusion-labels-venv/bin/python or Home\imfusion-labels-venv\Scripts\python.exe).
The settings dialog will show whether the correct version of the imfusion-sdk-labels package is installed in the selected virtual environment.
After changing the environment, the application has to be restarted. If they Python integration does not work despite the correct version being installed, check the log file for further details.