Pinned Repositories
caffe
Caffe: a fast open framework for deep learning.
cascaded_mobilenet-v2
cascaded convolutional neural network for facial point detection
cn-deep-learning
https://cn.udacity.com/course/deep-learning-nanodegree-foundation--nd101/
coma
Convolutional Mesh Autoencoders for Generating 3D Faces
DeepFace
Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have been done.
DeepLearningFlappyBird
Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
dest
:panda_face: One Millisecond Deformable Shape Tracking Library (DEST)
dlib
A toolkit for making real world machine learning and data analysis applications in C++
ERT-GBDT_Face_Alignment
One Millisecond Face Alignment with an Ensemble of Regression Trees
EyeSegmentation
terrypangooo's Repositories
terrypangooo/fast-style-transfer
TensorFlow CNN for fast style transfer! ⚡🖥🎨🖼
terrypangooo/HelloGit
terrypangooo/face-alignment-in-3000fps
a c++ implementation of face alignment in 3000fps
terrypangooo/DeepLearningFlappyBird
Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
terrypangooo/cn-deep-learning
https://cn.udacity.com/course/deep-learning-nanodegree-foundation--nd101/
terrypangooo/PhotographicImageSynthesis
Photographic Image Synthesis with Cascaded Refinement Networks
terrypangooo/resnet-imagenet-caffe
train resnet on imagenet from scratch with caffe
terrypangooo/LipSegmentation
implementation of the paper: Robust Lip Segmentation Based on Complexion Mixture Model
terrypangooo/How-to-Generate-Art-Demo
This is the code for "How to Generate Art - Intro to Deep Learning #8' by Siraj Raval on YouTube
terrypangooo/tensorflow-seq2seq-tutorials
Dynamic seq2seq in TensorFlow, step by step
terrypangooo/MTCNN_face_detection_alignment
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
terrypangooo/how_to_do_math_for_deep_learning
This is the code for "How to Do Math Easily - Intro to Deep Learning #4' by Siraj Raval on YouTube
terrypangooo/EyeSegmentation
terrypangooo/kalman-cpp
Basic Kalman filter implementation in C++ using Eigen
terrypangooo/language-translation
Project 4 for Udacity Deep Learning Foundation Nano Degree
terrypangooo/pose-hg-train
Training and experimentation code used for "Stacked Hourglass Networks for Human Pose Estimation"
terrypangooo/face-alignment
Face alignment in 3000 FPS
terrypangooo/dest
:panda_face: One Millisecond Deformable Shape Tracking Library (DEST)
terrypangooo/face-analysis-sdk
Facial detection, landmark tracking and expression transfer library for Windows, Linux and Mac
terrypangooo/DeepFace
Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have been done.
terrypangooo/VGG_19_layers_Network
VGG 19 Layers Deep Network
terrypangooo/mean-shift-tracking
mean shift tracking c++ code based on the paper "Kernel-Based Object Tracking"
terrypangooo/TLD
C++ implementation of the Tracking-Learning-Detection (TLD) algorithm by Yuxin Chen
terrypangooo/hello-world
Just a test
terrypangooo/FaceAlignment
Face Alignment by Explicit Shape Regression
terrypangooo/LipSegmentation-1