Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Glow | 2,717 | 2 years ago | 61 | mit | Python | |||||
Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions" | ||||||||||
Big_transfer | 1,421 | a month ago | 42 | apache-2.0 | Python | |||||
Official repository for the "Big Transfer (BiT): General Visual Representation Learning" paper. | ||||||||||
Pytorchocr | 970 | 6 months ago | 70 | C++ | ||||||
基于Pytorch的OCR工具库,支持常用的文字检测和识别算法 | ||||||||||
Supervised Reptile | 950 | 12 days ago | 14 | mit | JavaScript | |||||
Code for the paper "On First-Order Meta-Learning Algorithms" | ||||||||||
Pytorch Randaugment | 557 | 3 months ago | 19 | mit | Python | |||||
Unofficial PyTorch Reimplementation of RandAugment. | ||||||||||
Fishnet | 511 | 4 years ago | Python | |||||||
Implementation code of the paper: FishNet: A Versatile Backbone for Image, Region, and Pixel Level Prediction, NeurIPS 2018 | ||||||||||
Pytorch Mobilenet V3 | 481 | 4 years ago | 6 | apache-2.0 | Python | |||||
MobileNetV3 in pytorch and ImageNet pretrained models | ||||||||||
Vdvae | 389 | a month ago | 12 | mit | Python | |||||
Repository for the paper "Very Deep VAEs Generalize Autoregressive Models and Can Outperform Them on Images" | ||||||||||
Deephash Pytorch | 348 | 8 months ago | 4 | mit | Python | |||||
Implementation of Some Deep Hash Algorithms, Including DPSH、DSH、DHN、HashNet、DSDH、DTSH、DFH、GreedyHash、CSQ. | ||||||||||
Realistic Ssl Evaluation | 345 | 4 years ago | 7 | apache-2.0 | Python | |||||
Open source release of the evaluation benchmark suite described in "Realistic Evaluation of Deep Semi-Supervised Learning Algorithms" |
PytorchOCR旨在打造一套训练,推理,部署一体的OCR引擎库
添加微信z572459439或者nsnovio,然后进群讨论。备注ocr进群。
需要的环境如下
快速安装环境
pip3 install -r requirements.txt
PytorchOCR开源的文本检测算法列表:
模型简介 | 骨干网络 | 推荐场景 | 大小 | 下载链接 |
---|---|---|---|---|
预训练模型 | ResNet50 | 服务器端 | 97.3M | 3cmz |
原始超轻量模型,支持中英文、多语种文本检测 | MoblieNet | 移动端 | 2.3M | c9ko |
新版 轻量模型,支持中英文、多语种文本检测 | MoblieNet | 移动端 | 2.3M | 39ne |
通用模型,支持中英文、多语种文本检测,比超轻量模型更大,但效果更好 | ResNet18 | 服务器端 | 47.2M | r26k |
预训练模型 | swin_transformer | 服务器端 | 240M | se32 |
预训练模型 | convnext | 服务器端 | 113M | 46is |
PytorchOCR开源的文本识别算法列表:
模型简介 | 骨干网络 | 推荐场景 | 大小 | 下载链接 |
---|---|---|---|---|
原始超轻量模型,支持中英文、数字识别 | MoblieNet | 移动端 | 4.2M | 7x9q |
通用模型,支持中英文、数字识别 | ResNet34 | 服务器端 | 106.4M | sdnc |
链接: https://pan.baidu.com/s/1uMWys5lQ5ZfhnaOCPBVqZw 密码: i9du
我们非常欢迎你为PytorchOCR贡献代码,也十分感谢你的反馈。