SoulAsylum's Stars
hindupuravinash/the-gan-zoo
A list of all named GANs!
NVlabs/stylegan
StyleGAN - Official TensorFlow Implementation
junyanz/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
soumith/ganhacks
starter from "How to Train a GAN?" at NIPS2016
zhangqianhui/AdversarialNetsPapers
Awesome paper list with code about generative adversarial nets
tkarras/progressive_growing_of_gans
Progressive Growing of GANs for Improved Quality, Stability, and Variation
tensorlayer/SRGAN
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
Tencent/tencent-ml-images
Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet
megvii-research/ML-GCN
PyTorch implementation of Multi-Label Image Recognition with Graph Convolutional Networks, CVPR 2019.
aitorzip/PyTorch-CycleGAN
A clean and readable Pytorch implementation of CycleGAN
isl-org/MultiObjectiveOptimization
Source code for Neural Information Processing Systems (NeurIPS) 2018 paper "Multi-Task Learning as Multi-Objective Optimization"
rishizek/tensorflow-deeplab-v3-plus
DeepLabv3+ built in TensorFlow
nashory/pggan-pytorch
:fire::fire: PyTorch implementation of "Progressive growing of GANs (PGGAN)" :fire::fire:
chenyuntc/pytorch-best-practice
A Guidance on PyTorch Coding Style Based on Kaggle Dogs vs. Cats
HuangCongQing/AI_competitions
AI比赛相关信息汇总
LynnHo/AttGAN-Tensorflow
AttGAN: Facial Attribute Editing by Only Changing What You Want (IEEE TIP 2019)
grey-eye/talking-heads
Our implementation of "Few-Shot Adversarial Learning of Realistic Neural Talking Head Models" (Egor Zakharov et al.)
github-pengge/PyTorch-progressive_growing_of_gans
PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation.
tomguluson92/StyleGAN_PyTorch
The implementation of StyleGAN on PyTorch 1.0.1
pangwong/pytorch-multi-label-classifier
A pytorch implemented classifier for Multiple-Label classification
lernapparat/lernapparat
Various Notebooks for Lernapparat.de
RoyalVane/MMAN
( ECCV2018 ) Macro-Micro Adversarial Network for Human Parsing
TencentYoutuResearch/FaceAttribute-FAN
zhangqianhui/progressive_growing_of_gans_tensorflow
Tensorflow implementation of PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION
WynMew/FaceAttribute
Six face attributes predication from a single face image (Toy Project)
eveningglow/multitask-CycleGAN
Pytorch implementation of multitask CycleGAN with auxiliary classification loss
andrijdavid/FocalLoss
Weighted Focal Loss for multilabel classification
TeeyoHuang/conditional-GAN
this is the pytorch version of Conditional Generative Adversarial Nets
xingdi1990/FaceAttributePrediction
This repository is on the way to state of art face attribute prediction method
FriedRonaldo/EditableGAN
Tensorflow implementation of "Editable Generative Adversarial Networks: Generating and Editing Faces Simultaneously"