This commit is contained in:
dl-desktop
2020-02-06 16:47:03 -03:00
parent 6328265287
commit b586f22bf0
318 changed files with 25111 additions and 664 deletions

View File

@@ -0,0 +1,40 @@
{
"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": "/home/andy/Desktop/github/kangaroo/images/",
"train_annot_folder": "/home/andy/Desktop/github/kangaroo/annots/",
"cache_name": "kangaroo_train.pkl",
"train_times": 3,
"batch_size": 16,
"learning_rate": 1e-4,
"nb_epochs": 100,
"warmup_epochs": 3,
"ignore_thresh": 0.5,
"gpus": "0,1",
"grid_scales": [1,1,1],
"obj_scale": 5,
"noobj_scale": 1,
"xywh_scale": 1,
"class_scale": 1,
"tensorboard_dir": "log_kangaroo",
"saved_weights_name": "kangaroo.h5",
"debug": true
},
"valid": {
"valid_image_folder": "",
"valid_annot_folder": "",
"cache_name": "",
"valid_times": 1
}
}

View File

@@ -0,0 +1,40 @@
{
"model" : {
"min_input_size": 288,
"max_input_size": 448,
"anchors": [17,18, 28,24, 36,34, 42,44, 56,51, 72,66, 90,95, 92,154, 139,281],
"labels": ["raccoon"]
},
"train": {
"train_image_folder": "/home/andy/Desktop/github/raccoon_dataset/images/",
"train_annot_folder": "/home/andy/Desktop/github/raccoon_dataset/annotations/",
"cache_name": "raccoon_train.pkl",
"train_times": 3,
"batch_size": 16,
"learning_rate": 1e-4,
"nb_epochs": 100,
"warmup_epochs": 3,
"ignore_thresh": 0.5,
"gpus": "0,1",
"grid_scales": [1,1,1],
"obj_scale": 5,
"noobj_scale": 1,
"xywh_scale": 1,
"class_scale": 1,
"tensorboard_dir": "log_raccoon",
"saved_weights_name": "raccoon.h5",
"debug": true
},
"valid": {
"valid_image_folder": "",
"valid_annot_folder": "",
"cache_name": "",
"valid_times": 1
}
}

View File

@@ -0,0 +1,40 @@
{
"model" : {
"min_input_size": 224,
"max_input_size": 480,
"anchors": [25,33, 52,94, 56,71, 67,83, 68,98, 73,65, 81,96, 116,134, 147,182],
"labels": ["Platelets", "RBC", "WBC"]
},
"train": {
"train_image_folder": "/home/experiencor/data/BCCD_Dataset/BCCD/JPEGImages/",
"train_annot_folder": "/home/experiencor/data/BCCD_Dataset/BCCD/Annotations/",
"cache_name": "rbc_train.pkl",
"train_times": 3,
"batch_size": 16,
"learning_rate": 1e-4,
"nb_epochs": 100,
"warmup_epochs": 3,
"ignore_thresh": 0.5,
"gpus": "0,1",
"grid_scales": [1,1,1],
"obj_scale": 5,
"noobj_scale": 1,
"xywh_scale": 1,
"class_scale": 1,
"tensorboard_dir": "log_rbc",
"saved_weights_name": "rbc.h5",
"debug": true
},
"valid": {
"valid_image_folder": "",
"valid_annot_folder": "",
"cache_name": "",
"valid_times": 1
}
}

View File

@@ -0,0 +1,40 @@
{
"model" : {
"min_input_size": 224,
"max_input_size": 480,
"anchors": [24,34, 46,84, 68,185, 116,286, 122,97, 171,180, 214,327, 326,193, 359,359],
"labels": ["aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"]
},
"train": {
"train_image_folder": "/home/experiencor/data/pascal/train/images/",
"train_annot_folder": "/home/experiencor/data/pascal/train/annots/",
"cache_name": "voc_train.pkl",
"train_times": 1,
"batch_size": 8,
"learning_rate": 1e-5,
"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": "log_voc",
"saved_weights_name": "voc.h5",
"debug": true
},
"valid": {
"valid_image_folder": "/home/experiencor/data/pascal/valid/images/",
"valid_annot_folder": "/home/experiencor/data/pascal/valid/annots/",
"cache_name": "voc_valid.pkl",
"valid_times": 1
}
}