Installation

This library requires Python 3.9 or higher.

Via Python Package

Install the last stable release of the package using uv:

uv pip install torchcam

Via Conda

Install the last stable release of the package using conda:

conda install -c frgfm torchcam

Via Git

Install the library in developer mode:

git clone https://github.com/frgfm/torch-cam.git
uv pip install -e torch-cam/.