Installation#

Here are the steps for installing saliency-metrics.

  1. Clone the Repo using git.

  2. 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.