cltdevelop's Stars
scutan90/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
open-mmlab/mmdetection
OpenMMLab Detection Toolbox and Benchmark
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
jindongwang/transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
qubvel-org/segmentation_models.pytorch
Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.
facebookresearch/maskrcnn-benchmark
Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
Cadene/pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
OpenNMT/OpenNMT-py
Open Source Neural Machine Translation and (Large) Language Models in PyTorch
rafaelpadilla/Object-Detection-Metrics
Most popular metrics used to evaluate object detection algorithms.
CSAILVision/semantic-segmentation-pytorch
Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
msracver/Deformable-ConvNets
Deformable Convolutional Networks
eragonruan/text-detection-ctpn
text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
tianzhi0549/FCOS
FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
argman/EAST
A tensorflow implementation of EAST text detector
roytseng-tw/Detectron.pytorch
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
YCG09/chinese_ocr
CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
jindongwang/transferlearning-tutorial
《迁移学习简明手册》LaTex源码
chongyangtao/Awesome-Scene-Text-Recognition
A curated list of resources dedicated to scene text localization and recognition
ShuLiu1993/PANet
PANet for Instance Segmentation and Object Detection
fyu/drn
Dilated Residual Networks
easezyc/deep-transfer-learning
A collection of implementations of deep domain adaptation algorithms
awni/ecg
Cardiologist-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network
A-bone1/Attention-ocr-Chinese-Version
Attention OCR Based On Tensorflow
opconty/pytorch_ctpn
This is a pytorch implementation of CTPN(Detecting Text in Natural Image with Connectionist Text Proposal Network). You may want to finetune from: https://drive.google.com/open?id=1JHhI4sEIXfs5gDa1I9AgJBY477HTzAd0
OdingdongO/pytorch_classification
基于pytorch框架的classification万用模板
herbert-chen/tianchi_lvcai
天池竞赛Baseline分享(2018广东工业智造大数据创新大赛——智能算法赛,线上0.921无调参)
mingzhangPHD/Transfer-Learning-for-Fault-Diagnosis
This repository is for the transfer learning or domain adaptive with fault diagnosis.
ssampang/im2latex
Tensorflow port of im2markup project
OdingdongO/pytorch_segmentation
基于pytorch框架的segmentation 万用模板
ritchie46/FORM
First Order Reliability Methods. Taylor series approximation of the performance function of different stochastic variables.