Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
cryolo_config [2018/12/20 11:15] twagner |
cryolo_config [2019/09/13 18:49] 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. |