https://github.com/CAREamics/careamics
A deep-learning library for denoising images using Noise2Void and friends (CARE, PN2V, HDN etc.), with a focus on user-experience and documentation.)
https://github.com/CAREamics/careamics
deep-learning denoising n2v python restoration
Last synced: 2 months ago
JSON representation
A deep-learning library for denoising images using Noise2Void and friends (CARE, PN2V, HDN etc.), with a focus on user-experience and documentation.)
- Host: GitHub
- URL: https://github.com/CAREamics/careamics
- Owner: CAREamics
- License: bsd-3-clause
- Created: 2023-02-27T10:22:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T15:24:59.000Z (2 months ago)
- Last Synced: 2025-02-10T15:33:37.165Z (2 months ago)
- Topics: deep-learning, denoising, n2v, python, restoration
- Language: Python
- Homepage: https://careamics.github.io/
- Size: 3.63 MB
- Stars: 49
- Watchers: 6
- Forks: 6
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-scientific-image-analysis - CAREamics - Deep-learning based, self-supervised algorithms: Noise2Void, N2V2, etc. (🪄 Image denoising / Software tools)
- awesome-scientific-image-analysis - CAREamics
README
# CAREamics
[](https://github.com/CAREamics/careamics/blob/main/LICENSE)
[](https://pypi.org/project/careamics)
[](https://python.org)
[](https://github.com/CAREamics/careamics/actions/workflows/ci.yml)
[](https://codecov.io/gh/CAREamics/careamics)
[](https://forum.image.sc/)CAREamics is a PyTorch library aimed at simplifying the use of Noise2Void and its many
variants and cousins (CARE, Noise2Noise, N2V2, P(P)N2V, HDN, muSplit etc.).## Why CAREamics?
Noise2Void is a widely used denoising algorithm, and is readily available from the `n2v`
python package. However, `n2v` is based on TensorFlow, while more recent methods
denoising methods (PPN2V, DivNoising, HDN) are all implemented in PyTorch, but are
lacking the extra features that would make them usable by the community.The aim of CAREamics is to provide a PyTorch library reuniting all the latest methods
in one package, while providing a simple and consistent API. The library relies on
PyTorch Lightning as a back-end. In addition, we will provide extensive documentation and
tutorials on how to best apply these methods in a scientific context.## Installation and use
Check out the [documentation](https://careamics.github.io/) for installation instructions and guides!