Getting started¶
Requirements¶
The package is written in Python 3.11 and requires the following packages:
matplotlib
nibabel
numpy
piq
pytorch
scikit-image
scipy
tqdm
(jupyter) if you want to use the notebooks on Github
Installation¶
The package can be installed via pip
:
pip install viqa
or conda
:
conda install -c conda-forge viqa
Important
The package is currently in development and not yet available on conda-forge.
First steps¶
Have a look at the User Guide page to get started with the package or use the Jupyter Notebooks or binder on the Github page. For a in-depth look at the implemented metrics, have a look at the API Reference page.