All Projects → naraysa → gzsl-od

naraysa / gzsl-od

Licence: MIT license
Out-of-Distribution Detection for Generalized Zero-Shot Action Recognition

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to gzsl-od

synse-zsl
Official PyTorch code for the ICIP 2021 paper 'Syntactically Guided Generative Embeddings For Zero Shot Skeleton Action Recognition'
Stars: ✭ 14 (-70.21%)
Mutual labels:  action-recognition, zero-shot-learning, generalized-zero-shot-learning
tfvaegan
[ECCV 2020] Official Pytorch implementation for "Latent Embedding Feedback and Discriminative Features for Zero-Shot Classification". SOTA results for ZSL and GZSL
Stars: ✭ 107 (+127.66%)
Mutual labels:  action-recognition, zero-shot-learning
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+489.36%)
Mutual labels:  generative-adversarial-network
simplegan
Tensorflow-based framework to ease training of generative models
Stars: ✭ 19 (-59.57%)
Mutual labels:  generative-adversarial-network
ganbert
Enhancing the BERT training with Semi-supervised Generative Adversarial Networks
Stars: ✭ 205 (+336.17%)
Mutual labels:  generative-adversarial-network
Zero-Shot-TTS
Unofficial Implementation of Zero-Shot Text-to-Speech for Text-Based Insertion in Audio Narration
Stars: ✭ 33 (-29.79%)
Mutual labels:  zero-shot-learning
Squeeze-and-Recursion-Temporal-Gates
Code for : [Pattern Recognit. Lett. 2021] "Learn to cycle: Time-consistent feature discovery for action recognition" and [IJCNN 2021] "Multi-Temporal Convolutions for Human Action Recognition in Videos".
Stars: ✭ 62 (+31.91%)
Mutual labels:  action-recognition
Action-Localization
Action-Localization, Atomic Visual Actions (AVA) Dataset
Stars: ✭ 22 (-53.19%)
Mutual labels:  action-recognition
SDGym
Benchmarking synthetic data generation methods.
Stars: ✭ 177 (+276.6%)
Mutual labels:  generative-adversarial-network
DeepSIM
Official PyTorch implementation of the paper: "DeepSIM: Image Shape Manipulation from a Single Augmented Training Sample" (ICCV 2021 Oral)
Stars: ✭ 389 (+727.66%)
Mutual labels:  generative-adversarial-network
DiscoGAN-TF
Tensorflow Implementation of DiscoGAN
Stars: ✭ 57 (+21.28%)
Mutual labels:  generative-adversarial-network
MTL-AQA
What and How Well You Performed? A Multitask Learning Approach to Action Quality Assessment [CVPR 2019]
Stars: ✭ 38 (-19.15%)
Mutual labels:  action-recognition
Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition
GUI based on the python api of openpose in windows using cuda10 and cudnn7. Support body , hand, face keypoints estimation and data saving. Realtime gesture recognition is realized through two-layer neural network based on the skeleton collected from the gui.
Stars: ✭ 69 (+46.81%)
Mutual labels:  action-recognition
dynamic-images-for-action-recognition
A public Python implementation for generating Dynamic Images introduced in 'Dynamic Image Networks for Action Recognition' by Bilen et al.
Stars: ✭ 27 (-42.55%)
Mutual labels:  action-recognition
Sketch2Color-anime-translation
Given a simple anime line-art sketch the model outputs a decent colored anime image using Conditional-Generative Adversarial Networks (C-GANs) concept.
Stars: ✭ 90 (+91.49%)
Mutual labels:  generative-adversarial-network
ST-CGAN
Dataset and Code for our CVPR'18 paper ST-CGAN: "Stacked Conditional Generative Adversarial Networks for Jointly Learning Shadow Detection and Shadow Removal"
Stars: ✭ 64 (+36.17%)
Mutual labels:  generative-adversarial-network
ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Stars: ✭ 1,102 (+2244.68%)
Mutual labels:  action-recognition
DCGAN-Pytorch
A Pytorch implementation of "Deep Convolutional Generative Adversarial Networks"
Stars: ✭ 23 (-51.06%)
Mutual labels:  generative-adversarial-network
TCE
This repository contains the code implementation used in the paper Temporally Coherent Embeddings for Self-Supervised Video Representation Learning (TCE).
Stars: ✭ 51 (+8.51%)
Mutual labels:  action-recognition
BPPNet-Back-Projected-Pyramid-Network
This is the official GitHub repository for ECCV 2020 Workshop paper "Single image dehazing for a variety of haze scenarios using back projected pyramid network"
Stars: ✭ 35 (-25.53%)
Mutual labels:  generative-adversarial-network

Out-of-Distribution Detection for Generalized Zero-Shot Action Recognition

Overview

This repository is the PyTorch implementation for the paper Out-of-Distribution Detection for Generalized Zero-Shot Action Recognition, published at CVPR 2019. This repo is based on the codebase of f-CLSWGAN, which was originally proposed for zero-shot object classification.

Dependencies

  1. PyTorch 0.3.1
  2. Python 3.5

Features

The I3D features (concatenated RGB and Flow) for HMDB51 and UCF101 are provided here. Place the unzipped sub-folders under data_action folder before running the experiments.

Running

Shell scripts for running the baseline ZSL/GZSL/GZSL-OD experiments on HMDB51 and UCF101 datasets are provided.

Citation

Please cite the following work if you use this package.

@InProceedings{Mandal_2019_CVPR,
author = {Mandal, Devraj and Narayan, Sanath and Dwivedi, Sai Kumar and Gupta, Vikram and Ahmed, Shuaib and Khan, Fahad Shahbaz and Shao, Ling},
title = {Out-Of-Distribution Detection for Generalized Zero-Shot Action Recognition},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
}
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].