User Tools

Site Tools


pipeline:window:cryolo:configuration

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
pipeline:window:cryolo:configuration [2019/09/17 10:27]
twagner [CLnormal]
pipeline:window:cryolo:configuration [2019/09/17 10:30]
twagner
Line 1: Line 1:
-====%hide Basic==== 
 You now have to create a configuration file your picking project. It contains all important constants and paths and helps you to reproduce your results later on.  You now have to create a configuration file your picking project. It contains all important constants and paths and helps you to reproduce your results later on. 
  
Line 22: Line 21:
 You can also modify all options and parameters directly in the config.json file. Please note the wiki entry about the [[:cryolo_config|crYOLO configuration file]] if you want to know more details. You can also modify all options and parameters directly in the config.json file. Please note the wiki entry about the [[:cryolo_config|crYOLO configuration file]] if you want to know more details.
 </note> </note>
-==== ==== 
-  
-====%hide CLnormal==== 
-<hidden **Create the configuration file using the command line:**> 
- 
-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_annotation'' 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> 
-cryoloo.py config config_cryolo.json 160 --train_image_folder train_image --train_annot_folder train_annot 
-</code> 
- 
-To get a full description of all available options type: 
-<code> 
-cryoloo.py config -h 
-</code> 
- 
-//[[:cryolo_config|Click here to get more information about the configuration file]]// 
- 
-If you want to specify seperate validation folders you can use the %%--%%valid_image_folder and %%--%%valid_annot_folder options: 
- 
-<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 
-</code> 
- 
-</hidden> 
-==== ==== 
pipeline/window/cryolo/configuration.txt ยท Last modified: 2020/03/16 15:20 by twagner