Skip to content

Instantly share code, notes, and snippets.

@thorstenwagner
Created December 19, 2017 13:52
Show Gist options
  • Save thorstenwagner/6e47d6c00ec25dd2af98ee570c4938cd to your computer and use it in GitHub Desktop.
Save thorstenwagner/6e47d6c00ec25dd2af98ee570c4938cd to your computer and use it in GitHub Desktop.
{
"model" : {
"architecture": "Full Yolo",
"input_size": 4096,
"anchors": [260, 260],
"max_box_per_image": 150,
"labels": ["box"]
},
"train": {
"train_image_folder": "/datasets/toxin/basic-yolo-keras/train_image/",
"train_annot_folder": "/datasets/toxin/basic-yolo-keras/train_annot/",
"train_times": 10,
"pretrained_weights": "full_yolo_particle.h5",
"batch_size": 16,
"learning_rate": 1e-4,
"nb_epoch": 50,
"warmup_epochs": 3,
"object_scale": 5.0 ,
"no_object_scale": 1.0,
"coord_scale": 1.0,
"class_scale": 1.0,
"saved_weights_name": "full_yolo_particle.h5",
"debug": true
},
"valid": {
"valid_image_folder": "",
"valid_annot_folder": "",
"valid_times": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment