User Tools

Site Tools


janni_tutorial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
janni_tutorial [2019/09/16 11:15]
twagner [Denoise]
janni_tutorial [2019/09/16 13:19]
shaikh [Just Another Noise 2 Noise Implementation (JANNI)]
Line 4: Line 4:
 [[https://arxiv.org/abs/1803.04189|Noise2Noise: Learning Image Restoration without Clean Data - arXiv]] [[https://arxiv.org/abs/1803.04189|Noise2Noise: Learning Image Restoration without Clean Data - arXiv]]
  
-JANNI can be used command line tool but also provides an simple interface to be integrated into other programs.+Besides simple GUI and a commandline interface, JANNI also provides an simple python interface to be integrated into other programs.
  
 ==== Download and Installation ==== ==== Download and Installation ====
Line 83: Line 83:
 </code> </code>
  
-The following command will run the denoising on GPU 0:+The following command will run the denoise the images in ''/my/averages/'' and save the denoised images in ''/my/outputdir/denoised/''. The denoising will run on GPU 0:
 <code> <code>
-janni_denoise.py predict /my/averages/ /my/outputdir/denoised/ mymodel.h5 -g 0+janni_denoise.py predict /my/averages/ /my/outputdir/denoised/ janni_imodel.h5 -g 0
 </code> </code>
 </hidden> </hidden>
janni_tutorial.txt ยท Last modified: 2020/09/24 14:46 by twagner