8000 GitHub - smart8986/SA-GCN: This code repository presents the pytorch implementation of the paper “Structure-Aware Human-ActionGeneration”(ECCV 2020).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This code repository presents the pytorch implementation of the paper “Structure-Aware Human-ActionGeneration”(ECCV 2020).

Notifications You must be signed in to change notification settings

smart8986/SA-GCN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure-Aware Human-Action Generation

We propose a variant of GCNs to leverage the powerful self-attention mechanism to adaptively sparsify a complete action graph in the temporal space. Our method could dynamically attend to important past frames and construct a sparse graph to apply in the GCN framework, well-capturing the structure information in action sequences. The paper can be found on arXiv here!. ECCV 2020 accepted.

If you use this code or these models, please cite the following paper:

@article{yu2020structure,
  title={Structure-Aware Human-Action Generation},
  author={Yu, Ping and Zhao, Yang and Li, Chunyuan and Chen, Changyou},
  journal={arXiv preprint arXiv:2007.01971},
  year={2020}
}

Model Architecture

Fig. 1: The overall framework of the proposed method.

Fig.1 illustrates the overall framework of our model for action generation. It follows the GAN framework of video generation, which consists of an action generator G and a dual discriminator: one video-based discriminator D and one frame-based discriminator D_F.

Train

Run Human 3.6m experiment with: python3 train.py

If you want to test NTU rgb+d, please download NTU data from https://drive.google.com/file/d/1lhCaXABUULIzOit7jiLOW-fXuCeU6fA8/view?usp=sharing

Questions?

Please drop me a line or submit an issue to this Github page if you have any questions.

About

This code repository presents the pytorch implementation of the paper “Structure-Aware Human-ActionGeneration”(ECCV 2020).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0