User Tools

Site Tools


cryolo_archive

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
cryolo_archive [2018/11/27 11:25]
twagner [General model YOLO patched mode]
cryolo_archive [2018/11/27 12:26]
twagner [General crYOLO network model]
Line 75: Line 75:
  
 === Version 20180823 === === Version 20180823 ===
- 
-Number of real handpicked datasets included: 25  (+8 particle free datasets on various grids) 
- 
- 
  
 [[ftp://ftp.gwdg.de/pub/misc/sphire/crYOLO-GENERAL-MODELS/gmodel_yolo_20180823_0806_loss_0059.h5|DOWNLOAD]]  [[ftp://ftp.gwdg.de/pub/misc/sphire/crYOLO-GENERAL-MODELS/gmodel_yolo_20180823_0806_loss_0059.h5|DOWNLOAD]] 
-(Uploaded: 23. August 2018)+(Uploaded: 23. August 2018) Number of real handpicked datasets included: 25  (+8 particle free datasets on various grids)
  
 Compatible config: Compatible config:
Line 88: Line 84:
     "model" : {     "model" : {
         "architecture":         "YOLO",         "architecture":         "YOLO",
-        "input_size":           1024,+        "input_size":           768,
         "anchors":              [205,205],         "anchors":              [205,205],
         "max_box_per_image":    600,         "max_box_per_image":    600,
-        "num_patches":          2+        "overlap_patches":      200, 
 +        "num_patches":          3
     }     }
 } }
Line 140: Line 137:
  
 ==== General crYOLO network model ==== ==== General crYOLO network model ====
 +
 +
 +Number of real handpicked datasets included: 10
 +
 +Uploaded: 28. June 2018
 +
 +[[ftp://ftp.gwdg.de/pub/misc/sphire/crYOLO_V1_0_0/gmodel_cryolo_20180621_0734_loss_0102.h5|DOWNLOAD]] 
 +
 +<code json config.json>
 +{
 +    "model" : {
 +        "​architecture": ​        "​crYOLO",
 +        "​input_size": ​          ​1024,​
 +        "​anchors": ​             [160,​160],
 +        "​max_box_per_image": ​   600 
 +    }
 +}
 +</code>
 +
 +Info: Trained on cryo images, therefore negative stain will not work.
cryolo_archive.txt · Last modified: 2019/10/15 16:41 by twagner