Pinned Repositories
AIPaperCompleteDownload
Complete download for papers in various top conferences
aster.pytorch
ASTER in Pytorch
baipiaoOCR
convert paddleOCR to torchOCR, ppocr-v3,ppocr-v4, onnx, openvino
BalancedGroupSoftmax
CVPR 2020 oral paper: Overcoming Classifier Imbalance for Long-tail Object Detection with Balanced Group Softmax.
benchmarking-chinese-text-recognition
This repository contains datasets and baselines for benchmarking Chinese text recognition.
ChineseAddress_OCR
Photographing Chinese-Address OCR implemented using CTPN+CTC+Address Correction. 拍照文档中文地址文字识别。
chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
DocProj
Document Rectification and Illumination Correction using a Patch-based CNN
PMTD
Pyramid Mask Text Detector designed by SenseTime Video Intelligence Research team.
Python-100-Days
Python - 100天从新手到大师
fxwfzsxyq's Repositories
fxwfzsxyq/aster.pytorch
ASTER in Pytorch
fxwfzsxyq/ChineseAddress_OCR
Photographing Chinese-Address OCR implemented using CTPN+CTC+Address Correction. 拍照文档中文地址文字识别。
fxwfzsxyq/DocProj
Document Rectification and Illumination Correction using a Patch-based CNN
fxwfzsxyq/PMTD
Pyramid Mask Text Detector designed by SenseTime Video Intelligence Research team.
fxwfzsxyq/Python-100-Days
Python - 100天从新手到大师
fxwfzsxyq/AIPaperCompleteDownload
Complete download for papers in various top conferences
fxwfzsxyq/baipiaoOCR
convert paddleOCR to torchOCR, ppocr-v3,ppocr-v4, onnx, openvino
fxwfzsxyq/BalancedGroupSoftmax
CVPR 2020 oral paper: Overcoming Classifier Imbalance for Long-tail Object Detection with Balanced Group Softmax.
fxwfzsxyq/benchmarking-chinese-text-recognition
This repository contains datasets and baselines for benchmarking Chinese text recognition.
fxwfzsxyq/chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
fxwfzsxyq/ctpn.model
ctpn pre model
fxwfzsxyq/ctpnModel
ctpn pre model
fxwfzsxyq/DewarpNet
Code for the paper "DewarpNet: Single-Image Document Unwarping With Stacked 3D and 2D Regression Networks" (ICCV '19)
fxwfzsxyq/Differentiable-Model-Scaling
This is the official repo for "Differentiable Model Scaling using Differentiable Topk"
fxwfzsxyq/kurapan
fxwfzsxyq/mmdeploy
OpenMMLab Model Deployment Framework
fxwfzsxyq/PaddleOCR
基于飞桨的OCR工具库,包含总模型仅8.6M的超轻量级中文OCR,单模型支持中英文数字组合识别、竖排文本识别、长文本识别。同时支持多种文本检测、文本识别的训练算法。
fxwfzsxyq/pytorch.ctpn
pytorch, ctpn ,text detection ,ocr,文本检测
fxwfzsxyq/pytorch_ctpn
This is a pytorch implementation of CTPN(Detecting Text in Natural Image with Connectionist Text Proposal Network)
fxwfzsxyq/pytorchOCR
基于pytorch的ocr算法库,包括 psenet, pan, dbnet, sast , crnn
fxwfzsxyq/qqxx6661
Hi there!
fxwfzsxyq/test
这是个测试的例子
fxwfzsxyq/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch