Pinned Repositories
3-layer-ANN
A 3-layer ANN written with python and Tensorflow
caffe
Caffe: a fast open framework for deep learning.
CarDetection_CPP
A simple cv program for car detection. The classifer,using LBP feature to describe vehicle, is trained by myself
Clustering
Spectral clustering and K-means clustering
EEDS-keras
End-to-End Image Super-Resolution via Deep and Shallow Convolutional Networks
labelImg
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
MLAlgorithms
Minimal and clean examples of machine learning algorithms
pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
SRCNN-keras
Tracker
A repository to collect video tracking algorithms, such as MeanShift, KCF, TLD, Particle Filters
MaokeAI's Repositories
MaokeAI/SRCNN-keras
MaokeAI/EEDS-keras
End-to-End Image Super-Resolution via Deep and Shallow Convolutional Networks
MaokeAI/Tracker
A repository to collect video tracking algorithms, such as MeanShift, KCF, TLD, Particle Filters
MaokeAI/Clustering
Spectral clustering and K-means clustering
MaokeAI/labelImg
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
MaokeAI/MLAlgorithms
Minimal and clean examples of machine learning algorithms
MaokeAI/pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
MaokeAI/3-layer-ANN
A 3-layer ANN written with python and Tensorflow
MaokeAI/caffe
Caffe: a fast open framework for deep learning.
MaokeAI/CarDetection_CPP
A simple cv program for car detection. The classifer,using LBP feature to describe vehicle, is trained by myself
MaokeAI/deeplearningbook-chinese
Deep Learing Book Chinese Translation
MaokeAI/Detectron.pytorch
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
MaokeAI/OpenCV_Practice
OpenCV简单程序练习合集
MaokeAI/Programming-Computer-Vision-with-python
Computer Vision Practice
MaokeAI/pydensecrf
Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MaokeAI/PyTorch-Encoding
A PyTorch Toolbox
MaokeAI/pytorch-retinanet
RetinaNet in PyTorch
MaokeAI/reinforcement-learning-an-introduction
Python code for Reinforcement Learning: An Introduction
MaokeAI/squeezeDet
A tensorflow implementation for SqueezeDet, a convolutional neural network for object detection.
MaokeAI/StructuredForests
A Python Implementation for Piotr's ICCV Paper "Structured Forests for Fast Edge Detection".
MaokeAI/weibo_crawler
微博搜索结果爬取工具
MaokeAI/Window_method
窗函数方法估计概率密度函数
MaokeAI/yolo2-pytorch
YOLOv2 in PyTorch