Installation#
Here are the steps for installing saliency-metrics.
Clone the Repo using git.
Install the package in the editable mode:
pip install -e .(do not miss the.in the end).
saliency-metrics adopts similar configuration and registry systems as
mmdetection,
which relies on mmcv.
We highly encourage users to read the tutorials about mmcv’s
Config and
Registry when getting started.