PANet¶
- class mmocr.models.textdet.PANet(backbone, det_head, neck=None, data_preprocessor=None, init_cfg=None)[源代码]¶
The class for implementing PANet text detector:
Efficient and Accurate Arbitrary-Shaped Text Detection with Pixel Aggregation Network [https://arxiv.org/abs/1908.05900].
- 参数
backbone (Dict) –
det_head (Dict) –
neck (Optional[Dict]) –
data_preprocessor (Optional[Dict]) –
init_cfg (Optional[Dict]) –
- 返回类型