jfkuang's Stars
wangyuxin87/VisionLAN
A PyTorch implementation of "From Two to One: A New Scene Text Recognizer with Visual Language Modeling Network" (ICCV2021)
FangShancheng/ABINet
Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Recognition
CoderLeixiaoshuai/wuhan-IT
『武汉互联网』持续关注武汉互联网公司,帮助大家排坑,让一线浪子顺利回家
huangrt01/CS-Notes
我的自学笔记,终身更新,当前专注System基础、MLSys。
tstanislawek/awesome-document-understanding
A curated list of resources for Document Understanding (DU) topic
shabie/docformer
Implementation of DocFormer: End-to-End Transformer for Document Understanding, a multi-modal transformer based architecture for the task of Visual Document Understanding (VDU)
jackfrued/Python-100-Days
Python - 100天从新手到大师
wkentaro/labelme
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
Evezerest/PPOCRLabel
PPOCRLabel is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PP-OCR model to automatically detect and re-recognize data. It is written in Python 3 and PyQT5, supporting rectangular box annotation and four-point annotation modes. Annotations can be directly used for the training of PP-OCR detection and recognition models.
shanglianlm0525/PyTorch-Networks
Pytorch implementation of cnn network
hallee9000/wedding-invitation-for-programmers
程序猿的婚礼邀请函。
PaddlePaddle/PaddleOCR
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
abisee/pointer-generator
Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks"
ShusenTang/LeetCode
LeetCode solutions with Chinese explanation & Summary of classic algorithms.
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
open-mmlab/mmocr
OpenMMLab Text Detection, Recognition and Understanding Toolbox
clovaai/CRAFT-pytorch
Official implementation of Character Region Awareness for Text Detection (CRAFT)
Yuliang-Liu/bezier_curve_text_spotting
A PyTorch implementation of "ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network" (CVPR 2020 oral)
msight-tech/research-charnet
CharNet: Convolutional Character Networks
MhLiao/MaskTextSpotterV3
The code of "Mask TextSpotter v3: Segmentation Proposal Network for Robust Scene Text Spotting"
MhLiao/MaskTextSpotter
A PyTorch implementation of Mask TextSpotter
open-mmlab/mmtracking
OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
lcylmhlcy/Awesome-algorithm-interview
算法工程师(人工智能CV方向)面试问题及相关资料
lufficc/SSD
High quality, fast, modular reference implementation of SSD in PyTorch
MhLiao/DB
A PyTorch implementation of "Real-time Scene Text Detection with Differentiable Binarization".
open-mmlab/mmdetection
OpenMMLab Detection Toolbox and Benchmark
imarvinle/awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
hgpvision/darknet
darknet深度学习框架源码分析:详细中文注释,涵盖框架原理与实现语法分析