1 Star 0 Fork 0

loic_wang/single-shot-detector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config_shufflenet.json 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
TropComplique 提交于 2019-01-23 14:06 . clean
{
"model_dir": "models/run01/",
"train_dataset": "/home/dan/datasets/COCO/train_shards/",
"val_dataset": "/home/dan/datasets/COCO/val_shards/",
"pretrained_checkpoint": "pretrained/shufflenet_v2_1.0x/model.ckpt-1661328",
"backbone": "shufflenet",
"depth_multiplier": 1.0,
"weight_decay": 5e-5,
"num_classes": 80,
"score_threshold": 0.15, "iou_threshold": 0.6, "max_boxes_per_class": 25,
"localization_loss_weight": 1.0, "classification_loss_weight": 2.0,
"gamma": 2.0,
"alpha": 0.25,
"num_steps": 350000,
"initial_learning_rate": 1e-4,
"min_dimension": 640,
"batch_size": 8,
"image_height": 640,
"image_width": 640
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/loic_wang/single-shot-detector.git
git@gitee.com:loic_wang/single-shot-detector.git
loic_wang
single-shot-detector
single-shot-detector
master

搜索帮助