Affected Cell model

This commit is contained in:
Daniel Saavedra
2020-06-15 18:48:44 -04:00
parent 3b2459404c
commit f6facd9205
41 changed files with 4114 additions and 3435 deletions

View File

@@ -3,7 +3,7 @@
"min_input_size": 400,
"max_input_size": 400,
"anchors": [5,7, 10,14, 15, 15, 26,32, 45,119, 54,18, 94,59, 109,183, 200,21],
"labels": ["1"],
"labels": ["2"],
"backend": "keras-yolo3-master/full_yolo_backend.h5"
},
@@ -12,22 +12,22 @@
"train_annot_folder": "Train&Test_H/Train/anns/",
"cache_name": "Result_yolo3_fault_2/experimento_fault_2_gpu.pkl",
"train_times": 1,
"train_times": 1,
"batch_size": 2,
"learning_rate": 1e-4,
"nb_epochs": 200,
"warmup_epochs": 15,
"ignore_thresh": 0.5,
"gpus": "0,1",
"batch_size": 2,
"learning_rate": 1e-4,
"nb_epochs": 200,
"warmup_epochs": 10,
"ignore_thresh": 0.5,
"gpus": "0",
"grid_scales": [1,1,1],
"obj_scale": 5,
"noobj_scale": 1,
"xywh_scale": 1,
"class_scale": 1,
"grid_scales": [1,1,1],
"obj_scale": 5,
"noobj_scale": 1,
"xywh_scale": 1,
"class_scale": 1,
"tensorboard_dir": "log_experimento_fault_gpu_2",
"tensorboard_dir": "Result_yolo3_fault_2/log_experimento_fault_gpu_2",
"saved_weights_name": "Result_yolo3_fault_2/yolo3_full_fault_2.h5",
"debug": true
},