Shortcuts

FCENet

class mmocr.models.textdet.FCENet(backbone, det_head, neck=None, data_preprocessor=None, init_cfg=None)[源代码]

The class for implementing FCENet text detector FCENet(CVPR2021): Fourier Contour Embedding for Arbitrary-shaped Text

Detection

[https://arxiv.org/abs/2104.10442]

参数
  • 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.