Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 661 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 661 Bytes

N2V

Interactive GUI to train and apply the DeepLearningTool Noise2Void for image denoising.

The GUI implements the original N2V code by Krull et al., Noise2Void - Learning Denoising from Single Noisy Images (https://arxiv.org/abs/1811.10980) Source code: https://github.com/juglab/N2V_fiji/

Installation

conda create -n n2v python=3.7
conda activate n2v

With GPU

conda install tensorflow-gpu=2.4.1 keras=2.3.1
pip install n2v omero-py

Aleternative: With CPU only

pip install tensorflow==2.4 keras=2.3.1
pip install n2v omero-py

More details on the installation of N2V in here