From fc07d7499bb5d8291cec68124fc50879f2f68147 Mon Sep 17 00:00:00 2001 From: chicheng Date: Mon, 3 Jun 2019 15:42:50 +0800 Subject: [PATCH] add init prior into config --- config/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.json b/config/config.json index c4b2cfa..8a3a132 100644 --- a/config/config.json +++ b/config/config.json @@ -6,6 +6,7 @@ "num_classes": 1, "interpolation": "bilinear", "cls_loss_type": "sigmoid_focal_loss", + "init_prior": 0.01, "multi_cls_levels": [0, 1, 2], "multi_reg_levels": [3, 4, 5] },