User Tools

Site Tools


cryolo_archive
The most recent version of this page is a draft.DiffThis version is outdated by a newer approved version.DiffThis version (2018/12/20 15:25) is a draft.
Approvals: 0/1

This is an old revision of the document!


crYOLO

Version: 1.2.0

Uploaded: 27. November 2018 DOWNLOAD

Version: 1.1.4

Uploaded: 18. September 2018 DOWNLOAD

Version: 1.1.3

Uploaded: 14. September 2018 DOWNLOAD

Version: 1.1.2

Uploaded: 12. September 2018 DOWNLOAD

Version: 1.1.1

Uploaded: 10. September 2018 DOWNLOAD

Version: 1.1.0

Uploaded: 23. August 2018 DOWNLOAD

Version: 1.0.4

Uploaded: 13. July 2018 DOWNLOAD

Version: 1.0.3

Uploaded: 09. July 2018 DOWNLOAD

Version: 1.0.2

Uploaded: 04. July 2018 DOWNLOAD

Version 1.0.1

Download the crYOLO version 1.0.1 here : DOWNLOAD (UPDATED at 03. July 2018)

Version 1.0.0

Download the crYOLO version 1.0.0 here : DOWNLOAD


crYOLO boxmanager

Version: 1.0.4

Uploaded: 18. September 2018 DOWNLOAD

Version: 1.0.3

Uploaded: 23. August 2018 DOWNLOAD

Version: 1.0.2

Uploaded: 09. July 2018 DOWNLOAD

Version: 1.0.1

Uploaded: 03. July 2018 DOWNLOAD

Version 1.0.0

Download the crYOLO boxmanager 1.0.0 here: DOWNLOAD


General model YOLO patched mode

Version 20181127

DOWNLOAD (Uploaded: 27. November 2018) Number of datasets: 27 (real), 10 simulated, 10 particle free datasets on various grids

config.json
{
    "model" : {
        "architecture":         "YOLO",
        "input_size":           1024,
        "anchors":              [205,205],
        "overlap_patches":      200,
        "max_box_per_image":    700,
        "num_patches":          2,
        "filter":               [0.1,"tmp_filtered"]
    }
}

Version 20180823

DOWNLOAD (Uploaded: 23. August 2018) Number of real handpicked datasets included: 25 (+8 particle free datasets on various grids)

Compatible config:

config.json
{
    "model" : {
        "architecture":         "YOLO",
        "input_size":           768,
        "anchors":              [205,205],
        "max_box_per_image":    600,
        "overlap_patches":      200,
        "num_patches":          3
    }
}

Version 20180720

DOWNLOAD (Uploaded: 20. July 2018) Number of real handpicked datasets included: 20

Compatible config:

config.json
{
    "model" : {
        "architecture":         "YOLO",
        "input_size":           1024,
        "anchors":              [205,205],
        "max_box_per_image":    600,
        "num_patches":          2
    }
}

Version 20180704

DOWNLOAD (Uploaded: 04. July 2018) Number of real handpicked datasets included: 14

Compatible config:

config.json
{
    "model" : {
        "architecture":         "YOLO",
        "input_size":           768,
        "anchors":              [160,160],
        "max_box_per_image":    600,
        "num_patches":          2
    }
}

Version 20180621

Number of real handpicked datasets included: 10

Uploaded: 28. June 2018

DOWNLOAD

General crYOLO network model

Number of real handpicked datasets included: 10

Uploaded: 28. June 2018

DOWNLOAD

config.json
{
    "model" : {
        "​architecture": ​        "​crYOLO",​ 	
        "​input_size": ​          ​1024,​
        "​anchors": ​             [160,​160],​
        "​max_box_per_image": ​   600 
    }
}

Info: Trained on cryo images, therefore negative stain will not work.

cryolo_archive.1545315908.txt.gz · Last modified: 2018/12/20 15:25 by twagner