An open API service indexing awesome lists of open source software.

https://github.com/lebellig/equivariant-imaging


https://github.com/lebellig/equivariant-imaging

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# [Project] Equivariant Imaging: Learning Beyond the Range Space

Project about the __Equivariant Imaging: Learning Beyond the Range Space__ [article](https://openaccess.thecvf.com/content/ICCV2021/papers/Chen_Equivariant_Imaging_Learning_Beyond_the_Range_Space_ICCV_2021_paper.pdf) for the image processing course of SDIA Centrale Lille.

Run tests with *pytest* from `test/`.
## Installation

1. Clone this repository:

```bash
git clone https://github.com/gle-bellier/equivariant-imaging.git

```

2. Install requirements:

```bash
cd equivariant-imaging
pip install -r requirements.txt

```

3. Install package locally:
```bash
pip install -e .
```