Pinned Repositories
2016_GAN_Matlab
Generative Adversarial Nets for Matlab
ac-gan
A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).
AdversarialNetsPapers
The classical papers and codes about generative adversarial nets
book
classification
感知器、贝叶斯分类、决策树分类、K最近邻法、逻辑回归、支持向量机...
CoGAN_PyTorch
color-independent-style-transfer
Transfer Style But Not Color http://blog.deepart.io/2016/06/04/color-independent-style-transfer/
CycleGAN
Software that generates photos from paintings, turns horses into zebras, performs style transfer, and more (from UC Berkeley)
DCGAN-tensorflow
A tensorflow implementation of Deep Convolutional Generative Adversarial Networks
dcgan_code
Deep Convolutional Generative Adversarial Networks
chunniunai220ml's Repositories
chunniunai220ml/book
chunniunai220ml/CoGAN_PyTorch
chunniunai220ml/CycleGAN
Software that generates photos from paintings, turns horses into zebras, performs style transfer, and more (from UC Berkeley)
chunniunai220ml/ddia
《Designing Data-Intensive Application》DDIA中文翻译
chunniunai220ml/domain-transfer-network
TensorFlow Implementation of "Unsupervised Cross-Domain Image Generation"
chunniunai220ml/face-flaw-detect-retouch
This work aims to aotumaticly detect facial flaws and retouch,such as freckles,ances
chunniunai220ml/face_swap
End-to-end, automatic face swapping pipeline
chunniunai220ml/GANTextureGenerator
Generate textures and images using a Generative Advisary neural Network
chunniunai220ml/HyperFace-with-SqueezeNet
Two multitasking CNNs for simultaneous face detection, landmarks estimation and visibility, pose estimation and gender recognition. hyperface.py concatenates feature maps from initial, mid and final layers of the network and then branches out to different heads. multiout.py branches from the final layer of the network to different heads. DataGen2.py is the Data Generator used for reading multiple labels from json files. It is a modified version of Keras's default Data Generator. The idea is based on the following paper - [1] R. Ranjan, V. M. Patel, and R. Chellappa. Hyperface: A deep multitask learning framework for face detection, landmark localization, pose estimation, and gender recognition. CoRR, abs/1603.01249, 2016. The implementation is slightly different. The original HyperFace architecture is built on top of AlexNet while the implementation here uses another architecture called SqueezeNet.
chunniunai220ml/HyperGAN
A composable Generative Adversarial Network(GAN) with API and command line tool.
chunniunai220ml/improved_wgan_training
Code for reproducing experiments in "Improved Training of Wasserstein GANs"
chunniunai220ml/jd_spider
京东爬虫,可抓取京东商品信息和评论
chunniunai220ml/lc-all-solutions
My own lc solutions
chunniunai220ml/learnopencv
Learn OpenCV : C++ and Python Examples
chunniunai220ml/mobilenetv3
mobilenetv3 with pytorch,provide pre-train model
chunniunai220ml/models
Models built with TensorFlow
chunniunai220ml/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
chunniunai220ml/MSG-Net
Multi-style Generative Network for Real-time Transfer
chunniunai220ml/nn_playground
Experimental implementation of novel neural network structures
chunniunai220ml/PyTorch-Style-Transfer
Neural Style and MSG-Net
chunniunai220ml/really-awesome-gan
A list of papers on General Adversarial (Neural) Networks
chunniunai220ml/tensorflow-resnet
ResNet model in TensorFlow
chunniunai220ml/TensorFlow2.0-Examples
💥 Tensorflow2.x Examples from basic to hard
chunniunai220ml/TF-Tutorials
A collection of deep learning tutorials using Tensorflow and Python
chunniunai220ml/tf_cnnvis
CNN visualization tool in TensorFlow
chunniunai220ml/vid2vid
Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
chunniunai220ml/VisualGPT
CVPR 2022 Proceeding
chunniunai220ml/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
chunniunai220ml/WassersteinGAN.tensorflow
Tensorflow implementation of Wasserstein GAN - arxiv: https://arxiv.org/abs/1701.07875
chunniunai220ml/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite