https://github.com/lebellig/equivariant-imaging
https://github.com/lebellig/equivariant-imaging
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lebellig/equivariant-imaging
- Owner: lebellig
- Created: 2022-01-25T08:25:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T10:51:17.000Z (over 4 years ago)
- Last Synced: 2025-05-16T11:38:43.882Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 8.05 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```