User Tools

Site Tools


pipeline:window:cryolo:configuration_cmdl_normal
The most recent version of this page is a draft.DiffThis version (2019/09/19 15:44) is a draft.
Approvals: 0/1
The Previously approved version (2019/09/17 10:32) is available.Diff

This is an old revision of the document!


Click to display ⇲

Click to hide ⇱

To create a basic configuration file that will work for most projects is very simple. I assume your box files for training are in the folder train_annot and the corresponding images in train_image. I furthermore assume that your box size in your box files is 160. To create the config config_cryolo.json simply run:

cryolo_gui.py config config_cryolo.json 160 --train_image_folder train_image --train_annot_folder train_annot

To get a full description of all available options type:

cryolo_gui.py config -h

If you want to specify separate validation folders you can use the --valid_image_folder and --valid_annot_folder options:

cryolo_gui.py config config_cryolo.json 160 --train_image_folder train_image --train_annot_folder train_annot --valid_image_folder valid_img --valid_annot_folder valid_annot
pipeline/window/cryolo/configuration_cmdl_normal.1568900656.txt.gz · Last modified: 2019/09/19 15:44 by twagner