Pinned Repositories
across
Across the Great Wall we can reach every corner in the world
bottom-up-attention
Bottom-up attention model for image captioning and VQA, based on Faster R-CNN and Visual Genome
C-Learning-
学习C#的练习项目
C-OCR
C-OCR是携程自研的OCR项目,主要包括身份证、护照、火车票、签证等旅游相关证件、材料的识别。 项目包含4个部分,拒识、检测、识别、后处理。
caffe
Caffe: a fast open framework for deep learning.
caffe-model
Caffe models (imagenet pretrain) and prototxt generator scripts for inception_v3 \ inception_v4 \ inception_resnet \ fractalnet \ resnext
caffe_ocr
主流ocr算法研究实验性的项目,目前实现了CNN+BLSTM+CTC架构
caffe_ocr_ctpn_ctc
端对端文字识别项目
CaffeLSTM-OCR
基于caffe的LSTM OCR案例,能够利用该案例完成序列的识别,包括验证码、车牌、身份证号码、地址等长序列动长的内容识别
Chat-Communication
Wangweilai1's Repositories
Wangweilai1/across
Across the Great Wall we can reach every corner in the world
Wangweilai1/C-Learning-
学习C#的练习项目
Wangweilai1/C-OCR
C-OCR是携程自研的OCR项目,主要包括身份证、护照、火车票、签证等旅游相关证件、材料的识别。 项目包含4个部分,拒识、检测、识别、后处理。
Wangweilai1/Chinese_OCR_CNN-RNN-CTC
中文手写汉字识别
Wangweilai1/Deep-Learning
Wangweilai1/DeepClassfiy
Wangweilai1/EATEN
EATEN: Entity-aware Attention for Single Shot Visual Text Extraction
Wangweilai1/EyeTrack
图像拼接
Wangweilai1/EyeTracking
眼动数据图像拼接
Wangweilai1/fine-tuning
Close-Domain fine-tuning for table detection
Wangweilai1/hed
code for Holistically-Nested Edge Detection
Wangweilai1/HelloGitHub
:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
Wangweilai1/Image_Segmentation
pytorch Implementation of U-Net, R2U-Net, Attention U-Net, Attention R2U-Net.
Wangweilai1/labelme2coco
A lightweight package for converting your labelme annotations into COCO object detection format.
Wangweilai1/learnopencv
Learn OpenCV : C++ and Python Examples
Wangweilai1/LovaszSoftmax
Code for the Lovász-Softmax loss (CVPR 2018)
Wangweilai1/MobileNet-v2-caffe
MobileNet-v2 experimental network description for caffe
Wangweilai1/MVision
机器人视觉 无人驾驶 视觉SLAM ORB LSD SVO DSO 深度学习目标检测yolov3 行为检测 opencv PCL 双目视觉
Wangweilai1/OCR_DataSet
收集并整理有关OCR的数据集并统一标注格式,以便实验需要
Wangweilai1/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)
Wangweilai1/PMTD
Pyramid Mask Text Detector designed by SenseTime Video Intelligence Research team.
Wangweilai1/PSENet
Wangweilai1/Python-Spider
豆瓣电影top250、斗鱼爬取json数据以及爬取美女图片、淘宝、有缘、CrawlSpider爬取红娘网相亲人的部分基本信息以及红娘网分布式爬取和存储redis、爬虫小demo、Selenium、爬取多点、django开发接口、爬取有缘网信息、模拟知乎登录、模拟github登录、模拟图虫网登录、爬取多点商城整站数据、爬取微信公众号历史文章、爬取微信群或者微信好友分享的文章、itchat监听指定微信公众号分享的文章
Wangweilai1/pytorch-groupnorm
Group Normalization in PyTorch
Wangweilai1/RepPoints
Represent Visual Objects by Point Sets
Wangweilai1/senet.pytorch
PyTorch implementation of SENet
Wangweilai1/TensorExpand
集成包
Wangweilai1/tf_ctpn
Tensorflow CTPN
Wangweilai1/unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
Wangweilai1/yolov7-opencv-onnxrun-cpp-py
分别使用OpenCV、ONNXRuntime部署YOLOV7目标检测,一共包含14个onnx模型,依然是包含C++和Python两个版本的程序