Pinned Repositories
BaiduTextApi
百度文字识别Api封装,在之前的基础上重写了下,更易于管理与使用!
Character-segmentation
车牌字符的分割
CharacterSegmentation_OCR
this repository aims to segment input page into set of lines and segment each line into group of characters .this is the first stage Optical Character recognition systems
chinese_ocr
中文ocr识别
CIFAR-ZOO
PyTorch implementation of CNNs for CIFAR benchmark
DriverLicense
Chinese Driver License Recognize
OCR_IDCARD
基于OCR的身份证要素信息提取设计与实现
PaddleOCR
Awesome OCR toolkits based on PaddlePaddle (8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embeded and IoT devices)
pytorch_arm_aarch64_builds
aarch64 wheels for pytorch
Transfer-Learning
这是一个有关迁移学习的仓库,在这里可以看到迁移学习的各种用法。
Alex-1997-Wzx's Repositories
Alex-1997-Wzx/PaddleOCR
Awesome OCR toolkits based on PaddlePaddle (8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embeded and IoT devices)
Alex-1997-Wzx/BaiduTextApi
百度文字识别Api封装,在之前的基础上重写了下,更易于管理与使用!
Alex-1997-Wzx/chineseocr
yolo3+ocr
Alex-1997-Wzx/chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 , dbnet(1.7M) + crnn(6.3M) + anglenet(1.5M) 总模型仅10M
Alex-1997-Wzx/chiselverify
Alex-1997-Wzx/cnocr
基于 MXNet 的中文/英文 OCR Python 包
Alex-1997-Wzx/computervision-recipes
Best Practices, code samples, and documentation for Computer Vision.
Alex-1997-Wzx/CV-pretrained-model
A collection of computer vision pre-trained models.
Alex-1997-Wzx/darknet
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
Alex-1997-Wzx/EasyOCR
Ready-to-use OCR with 40+ languages supported including Chinese, Japanese, Korean and Thai
Alex-1997-Wzx/eat_tensorflow2_in_30_days
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
Alex-1997-Wzx/gen-efficientnet-pytorch
Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS
Alex-1997-Wzx/HyperLPR
基于深度学习高性能中文车牌识别 High Performance Chinese License Plate Recognition Framework.
Alex-1997-Wzx/IT_book
本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)
Alex-1997-Wzx/Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
Alex-1997-Wzx/Paddle-Lite
Multi-platform high performance deep learning inference engine (『飞桨』多平台高性能深度学习预测引擎)
Alex-1997-Wzx/PyQt5_Face_Recognition
使用MTCNN FaceNet PyQt5设计学生人脸识别系统
Alex-1997-Wzx/pytorch-cifar
95.16% on CIFAR10 with PyTorch
Alex-1997-Wzx/PyTorch-YOLOv3
Minimal PyTorch implementation of YOLOv3
Alex-1997-Wzx/pytorch-YOLOv4
PyTorch ,ONNX and TensorRT implementation of YOLOv4
Alex-1997-Wzx/riscv-gnu-toolchain
GNU toolchain for RISC-V, including GCC
Alex-1997-Wzx/rknn-toolkit
Alex-1997-Wzx/Tensorflow-bin
Prebuilt binary with Tensorflow Lite enabled (native build). For RaspberryPi / Jetson Nano. And, solved Tensorflow issues #15062,#21574,#21855,#23082,#25120,#25748,#29617,#29704,#30359.
Alex-1997-Wzx/tensorflow-yolov4-tflite
YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
Alex-1997-Wzx/TensorflowLite-bin
Prebuilt binary for TensorflowLite's standalone installer. Fast tuning with MultiTread. For RaspberryPi. A very lightweight installer.
Alex-1997-Wzx/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Alex-1997-Wzx/Yolo-Fastest
:zap: Yolo universal target detection model combined with EfficientNet-lite, the calculation amount is only 230Mflops(0.23Bflops), and the model size is 1.3MB
Alex-1997-Wzx/yolo-tensorrt
Support Yolov5s,m,l,x .darknet -> tensorrt. Yolov4 Yolov3 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.
Alex-1997-Wzx/yolo3-pytorch
这是一个yolo3-pytorch的源码,可以用于训练自己的模型。
Alex-1997-Wzx/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > iOS