All Projects → Abhipanda4 → Feature-Generating-Networks

Abhipanda4 / Feature-Generating-Networks

Licence: other
Zero Shot Learning with Feature Generating Networks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Feature-Generating-Networks

coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+793.55%)
Mutual labels:  gans
Pose2vec
A Repository for maintaining various human skeleton preprocessing steps in numpy and tensorflow along with tensorflow model to learn pose embeddings.
Stars: ✭ 25 (-19.35%)
Mutual labels:  gans
Natural-language-understanding-papers
NLU: domain-intent-slot; text2SQL
Stars: ✭ 77 (+148.39%)
Mutual labels:  zero-shot-learning
Zero-Shot-TTS
Unofficial Implementation of Zero-Shot Text-to-Speech for Text-Based Insertion in Audio Narration
Stars: ✭ 33 (+6.45%)
Mutual labels:  zero-shot-learning
gzsl-od
Out-of-Distribution Detection for Generalized Zero-Shot Action Recognition
Stars: ✭ 47 (+51.61%)
Mutual labels:  zero-shot-learning
Awesome-GAN-Resources
🤖A list of resources to help anyone getting started with GANs 🤖
Stars: ✭ 90 (+190.32%)
Mutual labels:  gans
pytorch-deep-photo-enhancer
pytorch implementation of deep photo enhancer
Stars: ✭ 23 (-25.81%)
Mutual labels:  gans
synse-zsl
Official PyTorch code for the ICIP 2021 paper 'Syntactically Guided Generative Embeddings For Zero Shot Skeleton Action Recognition'
Stars: ✭ 14 (-54.84%)
Mutual labels:  zero-shot-learning
zero shot learning
A Visual-semantic embedding model using word2vec and CNNs
Stars: ✭ 13 (-58.06%)
Mutual labels:  zero-shot-learning
gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
Stars: ✭ 134 (+332.26%)
Mutual labels:  gans
awesome-generative-deep-art
A curated list of generative deep learning tools, works, models, etc. for artistic uses
Stars: ✭ 172 (+454.84%)
Mutual labels:  gans
AffineGAN
PyTorch Implementation of "Facial Image-to-Video Translation by a Hidden Affine Transformation" in MM'19.
Stars: ✭ 46 (+48.39%)
Mutual labels:  gans
simsg
Semantic Image Manipulation using Scene Graphs (CVPR 2020)
Stars: ✭ 49 (+58.06%)
Mutual labels:  gans
FaceData
A macOS app to parse face landmarks from a video for GANs training
Stars: ✭ 71 (+129.03%)
Mutual labels:  gans
SieNet-Image-extrapolation
SiENet: Siamese Expansion Network for Image Extrapolation(IEEE SPL2020)
Stars: ✭ 42 (+35.48%)
Mutual labels:  gans
Zero-Shot-Learning
A python ZSL system which makes it easy to run Zero-Shot Learning on new datasets, by giving it features and attributes. Used for the paper "Zero-Shot Learning Based Approach For Medieval Word Recognition Using Deep-Learned Features", published in ICFHR2018.
Stars: ✭ 21 (-32.26%)
Mutual labels:  zero-shot-learning
FusionGAN
PyTorch Implementation of FusionGAN paper: Generating a Fusion Image: One's Identity and Another's Shape (https://arxiv.org/abs/1804.07455)
Stars: ✭ 28 (-9.68%)
Mutual labels:  gans
eqgan
[CVPR 2022] Improving GAN Equilibrium by Raising Spatial Awareness
Stars: ✭ 129 (+316.13%)
Mutual labels:  gans
Zero-Shot-Learning
零样本学习
Stars: ✭ 20 (-35.48%)
Mutual labels:  zero-shot-learning
deep-learning-roadmap
my own deep learning mastery roadmap
Stars: ✭ 40 (+29.03%)
Mutual labels:  gans

WARNING: There are some mistakes in the code available here, please do not use it as a benchmark or component. I will try to fix the project as soon as possibe. Please see the issues page to know the error.

Feature Generating Networks for ZSL in Pytorch

PyTorch implementation of paper: Feature Generating Networks for Zero-Shot Learning

4 datasets are currently supported: SUN, CUB, AWA1 & AWA2. All datasets can be downloaded here.

IMPORTANT:

The downloaded zip will have many files for each dataset, but we only require 2 files res101.mat & att_splits.mat. Move these 2 files per dataset to the appropriate folder in this repo before starting to train/test.

  • For training the model, use: python3 main.py --n_epochs 20 --use_cls_loss

All trainable parameters are saved in a folder named saved_models at the end of every epoch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].