Skip to content

Instantly share code, notes, and snippets.

@robi56
Last active February 4, 2019 05:49
Show Gist options
  • Save robi56/2e7001225745254c92317aa684893d1e to your computer and use it in GitHub Desktop.
Save robi56/2e7001225745254c92317aa684893d1e to your computer and use it in GitHub Desktop.
{
"model" : {
"min_input_size": 288,
"max_input_size": 448,
"anchors": [55,69, 75,234, 133,240, 136,129, 142,363, 203,290, 228,184, 285,359, 341,260],
"labels": ["kangaroo"]
},
"train": {
"train_image_folder": "/content/kangaroo/images/",
"train_annot_folder": "/content/kangaroo/annots/",
"cache_name": "kangaroo_train.pkl",
"train_times": 8,
"batch_size": 4,
"learning_rate": 1e-4,
"nb_epochs": 100,
"warmup_epochs": 3,
"ignore_thresh": 0.5,
"gpus": "0",
"grid_scales": [1,1,1],
"obj_scale": 5,
"noobj_scale": 1,
"xywh_scale": 1,
"class_scale": 1,
"tensorboard_dir": "logs",
"saved_weights_name": "kangaroo.h5",
"debug": true
},
"valid": {
"valid_image_folder": "",
"valid_annot_folder": "",
"cache_name": "",
"valid_times": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment