版面分析
使用轻量模型PP-PicoDet检测模型实现版面各种类别的检测。
注意1
版面分析模型的结果导出时不需要有后处理,可以在configs/runtimes.yml中设置benchmark=True
注意2
导出模型最好在训练算法中,其他的可能会找不到训练类,别使用默认用coco类别
ppdet.data.source.category WARNING: anno_file '\val.json' is None
or not set or not exist,
please recheck TrainDataset/EvalDataset/TestDataset.anno_path,
otherwise the default categories will be used by metric_type.
ppdet.data.source.category WARNING: metric_type: COCO,
load default categories of COCO.