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 13:40]
shaikh [Denoise]
janni_tutorial [2019/10/25 16:12]
twagner [Denoise]
Line 61: Line 61:
 {{:jann_train_01.png?420|}}{{:janni_train_02.png?420|}} {{:jann_train_01.png?420|}}{{:janni_train_02.png?420|}}
  
-Press "Start" to run the training and wait for finishing of JANNI. After that, press //Edit// to the next step.+Press "Start" to run the training and wait for finishing of JANNI. After that, press //Edit// (where the "Start" button used to be) to prepare for the next step.
  
 <hidden **Run the training with the command line**> <hidden **Run the training with the command line**>
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