User Tools

Site Tools


pipeline:window:cryolo:configuration_cmdl_normal

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
pipeline:window:cryolo:configuration_cmdl_normal [2019/09/17 15:00]
twagner
pipeline:window:cryolo:configuration_cmdl_normal [2019/10/11 17:12]
twagner
Line 1: Line 1:
-<hidden **Alternative:** Create the configuration file using the command line>+<hidden initialState="visible">
  
 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: 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:
  
 <code> <code>
-cryoloo.py config config_cryolo.json 160 --train_image_folder train_image --train_annot_folder train_annot+cryolo_gui.py config config_cryolo.json 160 --train_image_folder train_image --train_annot_folder train_annot
 </code> </code>
  
 To get a full description of all available options type: To get a full description of all available options type:
 <code> <code>
-cryoloo.py config -h+cryolo_gui.py config -h
 </code> </code>
  
Line 15: Line 15:
  
 <code> <code>
-cryoloo.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+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
 </code> </code>
  
 </hidden> </hidden>
pipeline/window/cryolo/configuration_cmdl_normal.txt ยท Last modified: 2019/10/11 17:12 by twagner