Summary
This commit is contained in:
40
keras-yolo3-master/zoo/config_raccoon.json
Executable file
40
keras-yolo3-master/zoo/config_raccoon.json
Executable 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user