Pinned Repositories
fewshot-face-translation-GAN
Generative adversarial networks integrating modules from FUNIT and SPADE for face-swapping.
gpt-2-colab
retrain gpt-2 in colab
impersonator
PyTorch implementation of our ICCV 2019 paper: Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis
Lifespan_Age_Transformation_Synthesis
Lifespan Age Transformation Synthesis code
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
SPADE-colab
google colab notebook for SPADE
stylegan-art
train stylegan through transfer learning
stylegan2
StyleGAN2 - Official TensorFlow Implementation
Zero-shot-Singing-Voice-Conversion
zero-shot singing voice conversion
ICCV2019-LearningToPaint
ICCV2019 - Learning to Paint With Model-based Deep Reinforcement Learning
ak9250's Repositories
ak9250/Zero-shot-Singing-Voice-Conversion
zero-shot singing voice conversion
ak9250/Bringing-Old-Photos-Back-to-Life
Bringing Old Photo Back to Life (CVPR 2020 oral)
ak9250/Lifespan_Age_Transformation_Synthesis
Lifespan Age Transformation Synthesis code
ak9250/anycost-gan
[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
ak9250/ArtLine
A Deep Learning based project for creating line art portraits.
ak9250/arXiv2020-RIFE
RIFE: Real Time Video Frame Rate Enhancement
ak9250/BackgroundMattingV2
Real-Time High-Resolution Background Matting
ak9250/CLIP
Contrastive Language-Image Pretraining
ak9250/DALLE-pytorch
Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
ak9250/deeplab2
DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a unified and state-of-the-art TensorFlow codebase for dense pixel labeling tasks.
ak9250/detectron2
Detectron2 is FAIR's next-generation platform for object detection and segmentation.
ak9250/detr
End-to-End Object Detection with Transformers
ak9250/dino
PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO
ak9250/FGVC
[ECCV 2020] Flow-edge Guided Video Completion
ak9250/gpt3-sandbox
The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python.
ak9250/iPERCore
Liquid Warping GAN with Attention: A Unified Framework for Human Image Synthesis
ak9250/layout-parser
A unified toolkit for Deep Learning Based Document Image Analysis
ak9250/MODNet
A Trimap-Free Solution for Portrait Matting in Real Time under Changing Scenes
ak9250/pixel-nerf
PixelNeRF Official Repository (WIP)
ak9250/pixel2style2pixel
Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation"
ak9250/Sketch-Generation-with-Drawing-Process-Guided-by-Vector-Flow-and-Grayscale
This is the official implementation of the AAAI 2021 accepted paper "Sketch Generation with Drawing Process Guided by Vector Flow and Grayscale"
ak9250/SlowFast
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
ak9250/spleeter
Deezer source separation library including pretrained models.
ak9250/StyleFlow
StyleFlow: Attribute-conditioned Exploration of StyleGAN-generated Images using Conditional Continuous Normalizing Flows
ak9250/stylized-neural-painting
Official Pytorch implementation of the preprint paper "Stylized Neural Painting", in arXiv:2011.08114.
ak9250/taming-transformers
ak9250/text-to-text-transfer-transformer
Code for the paper "Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer"
ak9250/transformers
🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.
ak9250/VideoGPT
ak9250/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch