Pinned Repositories
apollo
An open autonomous driving platform
Aspect-level-sentiment
Code and dataset for ACL2018 paper "Exploiting Document Knowledge for Aspect-level Sentiment Classification"
awesome-SynthText
A curated list of awesome synthetic data for text location and recognition
BaiduPCS-Go
百度网盘客户端 - Go语言编写
bert
TensorFlow code and pre-trained models for BERT
BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private server services
BERT_ChineseWordSegment
A Chinese word segment model based on BERT, F1-Score 97%
bert_in_keras
在Keras下微调Bert的一些例子;some examples of bert in keras
CHINESE-OCR
[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别
cnn_lstm_ctc_ocr
Tensorflow-based CNN+LSTM trained with CTC-loss for OCR
hxk11111's Repositories
hxk11111/apollo
An open autonomous driving platform
hxk11111/bert
TensorFlow code and pre-trained models for BERT
hxk11111/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private server services
hxk11111/bert_in_keras
在Keras下微调Bert的一些例子;some examples of bert in keras
hxk11111/crnn.pytorch
Convolutional recurrent network in pytorch
hxk11111/crnn_chinese_characters_rec
chinese characters recognition
hxk11111/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, prefix search, beam search and token passing. Implemented in Python and OpenCL.
hxk11111/Danny-Huang
hxk11111/dataset_labeling
图片简易标注工具,标注类似ICDAR数据集,支持多边形标注,文本标注,方便OCR数据集标注。
hxk11111/DBNet.pytorch
A pytorch re-implementation of Real-time Scene Text Detection with Differentiable Binarization
hxk11111/distiller
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://intellabs.github.io/distiller
hxk11111/EAST
Implementation of EAST scene text detector in Keras
hxk11111/ELMoForManyLangs
Pre-trained ELMo Representations for Many Languages
hxk11111/gridstudio
Grid studio is a web-based spreadsheet application with full integration of the Python programming language.
hxk11111/image-text-localization-recognition
A general list of resources to image text localization and recognition 场景文本位置感知与识别的论文资源与实现合集 シーンテキストの位置認識と識別のための論文リソースの要約
hxk11111/JaidedRead
End-to-End Multilingual Optical Character Recognition (OCR) Solution
hxk11111/KB2E
Knowledge Graph Embeddings including TransE, TransH, TransR and PTransE
hxk11111/MegReader
A research project for text detection and recognition using PyTorch 1.2.
hxk11111/Object-Detection-Metrics
Most popular metrics used to evaluate object detection algorithms.
hxk11111/pytorch-YOLOv4
PyTorch ,ONNX and TensorRT implementation of YOLOv4
hxk11111/SRNet-Datagen
This is a data generator of SRNet which is the model of paper Editing Text in the wild.
hxk11111/Swin-Transformer-Object-Detection
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows" on Object Detection and Instance Segmentation.
hxk11111/swin-transformer-pytorch
Implementation of the Swin Transformer in PyTorch.
hxk11111/TableBank
hxk11111/text-detection-ctpn
text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
hxk11111/text_renderer
Generate text images for training deep learning ocr model
hxk11111/TIES-2.0
Code for: S.R. Qasim, H. Mahmood, and F. Shafait, Rethinking Table Recognition using Graph Neural Networks (2019)
hxk11111/Transformer-OCR
hxk11111/Visual-Template-Free-Form-Parsing
Code for my ICDAR paper "Deep Visual Template-Free Form Parsing"
hxk11111/zh-NER-TF
A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)