Pinned Repositories
2D-and-3D-face-alignment
This repository implements a demo of the networks described in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper.
AlphaMatting
An OpenCV2 version for image matting algorithm described by papre - Shared Sample for Real-Time Alpha Matting
art-DCGAN
Modified implementation of DCGAN focused on generative art. Includes pre-trained models for landscapes, nude-portraits, and others.
attention-transfer
Improving Convolutional Networks via Attention Transfer (ICLR 2017)
awesome-hand-pose-estimation
Awesome work on hand pose estimation/tracking
awesome-ocr
A curated list of promising OCR resources
bash-it
A community Bash framework.
bazel
a fast, scalable, multi-language and extensible build system
dcgan.torch
A torch implementation of http://arxiv.org/abs/1511.06434
TigerCouple's Repositories
TigerCouple/art-DCGAN
Modified implementation of DCGAN focused on generative art. Includes pre-trained models for landscapes, nude-portraits, and others.
TigerCouple/awesome-ocr
A curated list of promising OCR resources
TigerCouple/BezierInfo-2
A from-the-ground-up rewrite of https://pomax.github.io/bezierinfo, using react, babel, webpack, and other modern things.
TigerCouple/books
【编程随想】收藏的电子书清单(多个学科,含下载链接)
TigerCouple/Company-Names-Corpus
公司名语料库。机构名语料库。公司简称,缩写,品牌词,企业名。可用于中文分词、机构名实体识别。
TigerCouple/DaVinci-s-Shadow
comes from http://www.beneaththewaves.net/Software/DaVincis_Shadow.html
TigerCouple/DeblurGAN
Image Deblurring using Generative Adversarial Networks
TigerCouple/deep-image-prior
Image restoration with neural networks but without learning.
TigerCouple/deep-painterly-harmonization
Code and data for paper "Deep Painterly Harmonization": https://arxiv.org/abs/1804.03189
TigerCouple/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
TigerCouple/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
TigerCouple/essentia
C++ library for audio and music analysis, description and synthesis, including Python bindings
TigerCouple/Exemplar-GAN-Eye-Inpainting
Tensorflow implement of "Eye In-Painting with Exemplar Generative Adversarial Networks"
TigerCouple/faceswap
Non official project based on original /r/Deepfakes thread. Many thanks to him!
TigerCouple/FastPhotoStyle
Style transfer, deep learning, feature transform
TigerCouple/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
TigerCouple/glow
Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
TigerCouple/google-images-download
Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
TigerCouple/improved-gan
code for the paper "Improved Techniques for Training GANs"
TigerCouple/Learning-to-See-in-the-Dark
TigerCouple/Lifting-from-the-Deep-release
Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
TigerCouple/lime
Lime: Explaining the predictions of any machine learning classifier
TigerCouple/mace
MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.
TigerCouple/MMdnn
MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch and CoreML.
TigerCouple/models
Models and examples built with TensorFlow
TigerCouple/NetDissect
Network Dissection http://netdissect.csail.mit.edu for quantifying interpretability of deep CNNs.
TigerCouple/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
TigerCouple/rcf
Richer Convolutional Features for Edge Detection
TigerCouple/supervision-by-registration
Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors
TigerCouple/YUCIHighPassSkinSmoothing
An implementation of High Pass Skin Smoothing using Apple's Core Image Framework