Pinned Repositories
AdvancedEAST
AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate.
AndroidTensorFlowMachineLearningExample
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
Augmentor
Image augmentation library in Python for machine learning.
blind-watermark
Watermark added to the frequency domain by Fourier transform
CHINESE-OCR
[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别
chinese_ocr
CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
Chinese_OCR_synthetic_data
The progress was used to generate synthetic dataset for Chinese OCR.
CRAFT-pytorch
Pytorch implementation of CRAFT text detector
CRNN_Tensorflow
Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, prefix search, beam search and token passing. Implemented in Python and OpenCL.
PacinoAn's Repositories
PacinoAn/Augmentor
Image augmentation library in Python for machine learning.
PacinoAn/CHINESE-OCR
[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别
PacinoAn/CRAFT-pytorch
Pytorch implementation of CRAFT text detector
PacinoAn/CRNN_Tensorflow
Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
PacinoAn/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, prefix search, beam search and token passing. Implemented in Python and OpenCL.
PacinoAn/deep-text-recognition-benchmark
Text recognition (optical character recognition) with deep learning methods.
PacinoAn/DeepSegmentor
A Pytorch implementation of DeepCrack and RoadNet projects.
PacinoAn/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
PacinoAn/EAST
A tensorflow implementation of EAST text detector
PacinoAn/EAST-1
Implementation of EAST scene text detector in Keras
PacinoAn/FOTS
FOTS tensorflow implementation, Include train and test, EAST+Rotate+CRNN. FOTS: Fast Oriented Text Spotting with a Unified Network
PacinoAn/image-segmentation-keras
Implementation of Segnet, FCN, UNet and other models in Keras.
PacinoAn/inconsistency_detection
Towards the Detection of Inconsistencies in Public Security Vulnerability Reports
PacinoAn/insightface
Face Analysis Project on MXNet
PacinoAn/Keras-FasterRCNN
keras implementation of Faster R-CNN
PacinoAn/keras-yolo3
A Keras implementation of YOLOv3 (Tensorflow backend)
PacinoAn/kill-the-bits
Code for: "And the bit goes down: Revisiting the quantization of neural networks"
PacinoAn/labelme
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
PacinoAn/mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
PacinoAn/mmdetection
Open MMLab Detection Toolbox and Benchmark
PacinoAn/Paddle
PArallel Distributed Deep LEarning (『飞桨』核心框架,高性能单机、分布式训练和跨平台部署)
PacinoAn/pixel-anchor-link-and-text-detector-experience
结合实际项目经验谈文本检测,顺便展示一下我们只用合成数据训练的通用印刷体文本检测算法pixel-anchor-link
PacinoAn/pixel_link
Implementation of our paper 'PixelLink: Detecting Scene Text via Instance Segmentation' in AAAI2018
PacinoAn/PSENet
PacinoAn/ssd_keras
A Keras port of Single Shot MultiBox Detector
PacinoAn/SynthText
Code for generating synthetic text images as described in "Synthetic Data for Text Localisation in Natural Images", Ankush Gupta, Andrea Vedaldi, Andrew Zisserman, CVPR 2016.
PacinoAn/text-detection-ctpn
text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
PacinoAn/text_renderer
Generate text images for training deep learning ocr model
PacinoAn/TextRecognitionDataGenerator
A synthetic data generator for text recognition
PacinoAn/yolo_tensorflow
Tensorflow implementation of YOLO, including training and test phase.