Pinned Repositories
cnocr
A python package for Chinese OCR with the available pre-trained model. So it can be used directly after installed.
cocoapi
COCO API - Dataset @ http://cocodataset.org/
EAST
A tensorflow implementation of EAST text detector
googletest
GoogleTest - Google Testing and Mocking Framework
human-detector
Human Detection using HOG-Linear SVM in Python
interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
keras-text-summarization
Text summarization using seq2seq in Keras
MedicalNamedEntityRecognition
Medical Named Entity Recognition implement using bi-directional lstm and crf model with char embedding.CCKS2017中文电子病例命名实体识别项目,主要实现使用了基于字向量的四层双向LSTM与CRF模型的网络.该项目提供了原始训练数据样本(一般醒目,出院情况,病史情况,病史特点,诊疗经过)与转换版本,训练脚本,预训练模型,可用于序列标注研究.把玩和PK使用.
mirai
全开源 高效率 QQ机器人/Android QQ协议支持库 for JVM / Android
RealBasicVSR
Official repository of "Investigating Tradeoffs in Real-World Video Super-Resolution"
bleakwindzhou's Repositories
bleakwindzhou/cnocr
A python package for Chinese OCR with the available pre-trained model. So it can be used directly after installed.
bleakwindzhou/cocoapi
COCO API - Dataset @ http://cocodataset.org/
bleakwindzhou/EAST
A tensorflow implementation of EAST text detector
bleakwindzhou/googletest
GoogleTest - Google Testing and Mocking Framework
bleakwindzhou/human-detector
Human Detection using HOG-Linear SVM in Python
bleakwindzhou/interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
bleakwindzhou/keras-text-summarization
Text summarization using seq2seq in Keras
bleakwindzhou/MedicalNamedEntityRecognition
Medical Named Entity Recognition implement using bi-directional lstm and crf model with char embedding.CCKS2017中文电子病例命名实体识别项目,主要实现使用了基于字向量的四层双向LSTM与CRF模型的网络.该项目提供了原始训练数据样本(一般醒目,出院情况,病史情况,病史特点,诊疗经过)与转换版本,训练脚本,预训练模型,可用于序列标注研究.把玩和PK使用.
bleakwindzhou/mirai
全开源 高效率 QQ机器人/Android QQ协议支持库 for JVM / Android
bleakwindzhou/RealBasicVSR
Official repository of "Investigating Tradeoffs in Real-World Video Super-Resolution"
bleakwindzhou/SIGGRAPH18SSS
SIGGRAPH2018, Semantic Soft Segmentation, http://people.inf.ethz.ch/aksoyy/sss/
bleakwindzhou/Style2Paints_V3
Reimplementation of Style2Paints V3
bleakwindzhou/Tag2Pix
[ICCV 2019] Tag2Pix: Line Art Colorization Using Text Tag With SECat and Changing Loss
bleakwindzhou/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow