[Project] Equivariant Imaging: Learning Beyond the Range Space
Project about the Equivariant Imaging: Learning Beyond the Range Space article for the image processing course of SDIA Centrale Lille.
Run tests with pytest from test/
.
Installation
- Clone this repository:
git clone https://github.com/gle-bellier/equivariant-imaging.git
- Install requirements:
cd equivariant-imaging
pip install -r requirements.txt
- Install package locally:
pip install -e .