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 Both sides next revision
janni_tutorial [2019/09/16 14:16]
shaikh [Training a model for your data]
janni_tutorial [2019/10/25 16:12]
twagner [Denoise]
Line 79: Line 79:
 In case you need a description of all available parameters, type: In case you need a description of all available parameters, type:
 <code> <code>
-janni_denoise.py predict -h+janni_denoise.py denoise -h
 </code> </code>
  
 The following command will run the denoise the images in ''/my/averages/'' and save the denoised images in ''/my/outputdir/denoised/''. The denoising here will run 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 here will run on GPU 0:
 <code> <code>
-janni_denoise.py predict /my/averages/ /my/outputdir/denoised/ janni_imodel.h5 -g 0+janni_denoise.py denoise /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