DBNet.pytorch
DBNet.pytorch copied to clipboard
open_dataset.yaml 和 open_dataset_resnest50_FPN_DBhead_pilyLR.yaml 上报错跑不通
用icdar2015.yaml 和 icdar2015_resnet18_FPN_DBheead_polyLR.yaml 能跑通的训练集和测试集的结构 放到 open_dataset.yaml 和 open_dataset_resnest50_FPN_DBhead_pilyLR.yaml 上报错跑不通, 请问自定义的配置文件 有样例说明么?
Simple method Copy icdar2015_resnet18_FPN_DBhead_polyLR.yaml and change the name into icdar2015_resnet50_FPN_DBheead_polyLR.yaml and change line 5 (backbone: resnet50)
problem solve