Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou committed Jul 10, 2020
2 parents f48739e + 11b2d0c commit b9e1784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PytorchOCR开源的文本检测算法列表:

| 模型 | 骨干网络 | precision | recall | Hmean | 下载链接 |
| ---- | ---- | ---- | ---- | ---- | ---- |
|DB|MobileNetV3|84.63%|66.14%|74.23%|见百度网盘|
|DB|MobileNetV3|85.64%|65.57%|74.27%|见百度网盘|

## 文本识别算法

Expand Down
2 changes: 1 addition & 1 deletion torchocr/deprecated/FeaturePyramidNetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from torch import nn, Tensor

"""
out_channels=96时,和现有的fpn相比,这个fpn能提升0.3%的精度,但是模型尺寸会大500k
out_channels=96时,和现有的fpn相比,这个fpn精度差不多,但是模型尺寸会大500k
"""
class FeaturePyramidNetwork(nn.Module):

Expand Down

0 comments on commit b9e1784

Please sign in to comment.