Pinned Repositories
awesome-computer-vision
A curated list of awesome computer vision resources
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
bitcoin
Bitcoin Core integration/staging tree
CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
darknet
Convolutional Neural Networks
dcgan-inpainting.torch
Image completion with Torch
dcgan.torch
A torch implementation of http://arxiv.org/abs/1511.06434
deep-koalarization
Keras/Tensorflow implementation of our paper Grayscale Image Colorization using deep CNN and Inception-ResNet-v2 (https://arxiv.org/abs/1712.03400)
DeepHPMs
Deep Hidden Physics Models: Deep Learning of Nonlinear Partial Differential Equations
disentanglement_lib
disentanglement_lib is an open-source library for research on learning disentangled representations.
Xinian's Repositories
Xinian/awesome-computer-vision
A curated list of awesome computer vision resources
Xinian/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Xinian/bitcoin
Bitcoin Core integration/staging tree
Xinian/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Xinian/darknet
Convolutional Neural Networks
Xinian/dcgan-inpainting.torch
Image completion with Torch
Xinian/dcgan.torch
A torch implementation of http://arxiv.org/abs/1511.06434
Xinian/deep-koalarization
Keras/Tensorflow implementation of our paper Grayscale Image Colorization using deep CNN and Inception-ResNet-v2 (https://arxiv.org/abs/1712.03400)
Xinian/DeepHPMs
Deep Hidden Physics Models: Deep Learning of Nonlinear Partial Differential Equations
Xinian/disentanglement_lib
disentanglement_lib is an open-source library for research on learning disentangled representations.
Xinian/DISTORT-AND-RECOVER-CVPR18
Code for "Distort-and-Recover: Color Enhancement with Deep Reinforcement Learning", CVPR18
Xinian/GAN_stability
Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"
Xinian/go-ethereum
Official Go implementation of the Ethereum protocol
Xinian/infomax
extract features by maximizing mutual information
Xinian/lemniscate.pytorch
Unsupervised Feature Learning via Non-parametric Instance-level Discrimination
Xinian/models
Models and examples built with TensorFlow
Xinian/optimaltransport.github.io
Web site of the Computational Optimal Transport book
Xinian/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
Xinian/PyTorch-mask-x-rcnn
PyTorch implementation of the Mask-X-RCNN network proposed in the 'Learning to Segment Everything' paper by Facebook AI Research
Xinian/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
Xinian/SENet
Squeeze-and-Excitation Networks
Xinian/siggraph2017_inpainting
Code for the paper 'Globally and Locally Consistent Image Completion'. http://hi.cs.waseda.ac.jp/~iizuka/projects/completion/
Xinian/sngan_projection
GANs with spectral normalization and projection discriminator
Xinian/tensorflow-pix2pix
A lightweight pix2pix Tensorflow implementation.