Skip to content

MuensterImagingNetwork/OMERO_N2V

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages