Files
Photovoltaic_Fault_Detector/keras-yolo3-master/zoo/config_rbc.json
dl-desktop b586f22bf0 Summary
2020-02-06 16:47:03 -03:00

41 lines
1.2 KiB
JSON
Executable File

{
"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
}
}