Pinned Repositories
c3d-pytorch
Pytorch porting of C3D network, with Sports1M weights
Conditional-WassersteinGAN
Tensorflow implementaion of a conditional Wasserstein GAN
ContrastiveLosses4VRD
Implementation for the CVPR2019 paper "Graphical Contrastive Losses for Scene Graph Parsing"
Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
MoMA
MoMA: Multimodal LLM Adapter for Fast Personalized Image Generation
MultilayerBSMC_ICCV17
Code for ICCV'17 "A Multilayer-Based Framework for Online Background Subtraction with Freely Moving Cameras"
ZSL_ABP
Code for the paper ICCV'19 "Learning Feature-to-Feature Translator by Alternating Back-Propagation for Zero-Shot Learning"
ZSL_GAN
Code for the paper CVPR‘18 "A Generative Adversarial Approach for Zero-Shot Learning from Noisy Texts"
ZSL_PP_CVPR17
Code for the paper CVPR‘17 “Zero Shot Learning from Noisy Text Description at Part Precision”
EthanZhu90's Repositories
EthanZhu90/ZSL_GAN
Code for the paper CVPR‘18 "A Generative Adversarial Approach for Zero-Shot Learning from Noisy Texts"
EthanZhu90/ZSL_ABP
Code for the paper ICCV'19 "Learning Feature-to-Feature Translator by Alternating Back-Propagation for Zero-Shot Learning"
EthanZhu90/MultilayerBSMC_ICCV17
Code for ICCV'17 "A Multilayer-Based Framework for Online Background Subtraction with Freely Moving Cameras"
EthanZhu90/ZSL_PP_CVPR17
Code for the paper CVPR‘17 “Zero Shot Learning from Noisy Text Description at Part Precision”
EthanZhu90/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
EthanZhu90/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
EthanZhu90/c3d-pytorch
Pytorch porting of C3D network, with Sports1M weights
EthanZhu90/Conditional-WassersteinGAN
Tensorflow implementaion of a conditional Wasserstein GAN
EthanZhu90/ContrastiveLosses4VRD
Implementation for the CVPR2019 paper "Graphical Contrastive Losses for Scene Graph Parsing"
EthanZhu90/first-order-model
This repository contains the source code for the paper First Order Motion Model for Image Animation
EthanZhu90/MoMA
MoMA: Multimodal LLM Adapter for Fast Personalized Image Generation
EthanZhu90/GAN_ZSL
ongoing project, apply GAN in ZSL
EthanZhu90/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
EthanZhu90/homepage
homepage web file
EthanZhu90/ignite
High-level library to help with training neural networks in PyTorch
EthanZhu90/Keras-GAN
Keras implementations of Generative Adversarial Networks.
EthanZhu90/Make-A-Scene
Pytorch implementation of Make-A-Scene: Scene-Based Text-to-Image Generation with Human Priors
EthanZhu90/MMD-GAN
MMD-GAN: Towards Deeper Understanding of Moment Matching Network
EthanZhu90/models
Models built with TensorFlow
EthanZhu90/python-cheatsheet
Comprehensive Python Cheatsheet
EthanZhu90/stable-diffusion
EthanZhu90/swag
EthanZhu90/TALL_Copy
a modification version of TALL
EthanZhu90/tensorflow
An Open Source Machine Learning Framework for Everyone
EthanZhu90/TensorFlow-Examples
TensorFlow Tutorial and Examples for beginners
EthanZhu90/tsne-d3-python
Visualize high dimensional data with t-sne using D3 and Python
EthanZhu90/visdom
A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
EthanZhu90/wgan-gp
A pytorch implementation of Paper "Improved Training of Wasserstein GANs"
EthanZhu90/zero-shot-learning
EthanZhu90/ZSL_ATT
Ongoing project