User Tools

Site Tools


cryolo_config

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
cryolo_config [2018/12/20 11:15]
twagner
cryolo_config [2019/10/11 17:51] (current)
twagner
Line 2: Line 2:
 {{ :config_explanation.png?500|}} {{ :config_explanation.png?500|}}
 The config file is organized in the sections model, training and validation. The config file is organized in the sections model, training and validation.
-In the following your find a description of each entry.+In the following you find a description of each entry.
  
 **Model section:** **Model section:**
   * #01 ''architecture'': The network used in the backend of crYOLO. Right we support "crYOLO", "YOLO", "PhosaurusNet"   * #01 ''architecture'': The network used in the backend of crYOLO. Right we support "crYOLO", "YOLO", "PhosaurusNet"
  
-  * #02 ''input_size'': This is the size to which the input is rescaled before passed through the network. In the example given here it would be 768x768. The input could either be the whole micrograph or a patch (in case you use the patchmode).+  * #02 ''input_size'': This is the size to which the input is rescaled before passed through the network (it is NOT the size of your micrograph!). In the example given here it would be 768x768. The input could either be the whole micrograph or a patch (in case you use the patchmode). The input size have to be a multiple of 32
  
   * #03 ''anchors'': Anchors in YOLO are kind of a priori knowledge. You should specifiy your box size here.   * #03 ''anchors'': Anchors in YOLO are kind of a priori knowledge. You should specifiy your box size here.
Line 15: Line 15:
   * #05 ''overlap_patches'': Optional. Only needed when using patch mode. Specifies how much the patches overlap. In our lab, we always keep the default value.   * #05 ''overlap_patches'': Optional. Only needed when using patch mode. Specifies how much the patches overlap. In our lab, we always keep the default value.
  
-  * #06 ''num_patches'': Optional. If specified the patch mode will be used. A value of "2" means, that 2x2 patches will be used.+  * #06 ''num_patches'': Optional. If specified the patch mode will be used. A value of "2" means, that 2x2 patches will be used. With PhosaurusNet you typically don't need it.
  
   * #07 ''filter'': Optional. Specifies the absolute cut-off frequency for the low-pass filter and the corresponding output folder. CrYOLO will automatically filter the data in ''train_image_folder'' ''valid_image_folder'' and save it into the output folder. It will automatically check if a image provided in the train_image_folder is already filtered and use it in case. Otherwise it will filter it.   * #07 ''filter'': Optional. Specifies the absolute cut-off frequency for the low-pass filter and the corresponding output folder. CrYOLO will automatically filter the data in ''train_image_folder'' ''valid_image_folder'' and save it into the output folder. It will automatically check if a image provided in the train_image_folder is already filtered and use it in case. Otherwise it will filter it.
cryolo_config.1545300923.txt.gz ยท Last modified: 2018/12/20 11:15 by twagner