Skip to content

Self-supervised deep convolutional reconstruction for ghost imaging.

License

Notifications You must be signed in to change notification settings

CEA-MetroCarac/noise2ghost

Noise2Ghost

ci documentation pypi version gitter Code style: black

Self-supervised deep convolutional reconstructions for ghost imaging.

Getting Started

It takes a few steps to setup Noise2Ghost on your machine. We recommend installing Anaconda package manager or the more compact Miniconda for Python 3.

Installing with conda

Simply install with:

conda install noise2ghost -c n-vigano

Installing from PyPI

Simply install with:

python3 -m pip install noise2ghost

If you are on jupyter, and don't have the rights to install packages system-wide, then you can install with:

! pip install --user noise2ghost

Installing from source

To install Noise2Ghost, simply clone this github.com project with either:

git clone https://github.com/CEA-MetroCarac/noise2ghost.git noise2ghost

or:

git clone git@github.com:CEA-MetroCarac/noise2ghost.git noise2ghost

Then go to the cloned directory and run pip installer:

cd noise2ghost
pip install -e .

How to contribute

Contributions are always welcome. Please submit pull requests against the main branch.

If you have any issues, questions, or remarks, then please open an issue on github.com.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Self-supervised deep convolutional reconstruction for ghost imaging.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages