User Tools

Site Tools


pipeline:window:cryolo

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 Both sides next revision
pipeline:window:cryolo [2019/03/18 15:01]
twagner [Picking]
pipeline:window:cryolo [2019/03/28 07:47]
twagner [Configuration]
Line 303: Line 303:
  
 ==== Configuration ==== ==== Configuration ====
-You can configure it the same way as for a "normal" project. We recommend to use [[:cryolo_nets#network_2_yolo_with_patches|YOLO in "patch mode" with 3x3 patches]]:+You can configure it the same way as for a "normal" project. 
 <code json config.json> <code json config.json>
 { {
     "model" : {     "model" : {
-        "architecture":         "YOLO", +        "architecture":         "PhosaurusNet", 
-        "input_size":           768+        "input_size":           1024
-        "anchors":              [200,200],+        "anchors":              [160,160],
         "max_box_per_image":    600,         "max_box_per_image":    600,
-        "num_patches":          3+        "num_patches":          1
-        "filter":               [0.1,"tmp_filtered"]+        "filter":               [0.1,"filtered"]
     },     },
  
Line 342: Line 343:
 } }
 </code> </code>
 +
 //[[:cryolo_config|Click here to get more information about the configuration file]]// //[[:cryolo_config|Click here to get more information about the configuration file]]//
  
pipeline/window/cryolo.txt · Last modified: 2021/02/19 10:00 by twagner