Shortcuts

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]) –

返回类型

None

Read the Docs v: dev-1.x
Versions
latest
stable
0.x
dev-1.x
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.