kenziyuliu/MS-G3D
[CVPR 2020 Oral] PyTorch implementation of "Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition"
Implements a multi-stream graph convolutional architecture that separately models joint and bone sequences, with support for two-stream fusion to improve skeleton-based action recognition. The approach uses spatial-temporal graph convolutions with configurable topology, trained via mixed-precision (NVIDIA Apex) on NTU RGB+D and Kinetics datasets. Includes pretrained models and joint-bone ensemble capabilities for reproducible results across multiple evaluation protocols.
455 stars. No commits in the last 6 months.
Stars
455
Forks
101
Language
Python
License
MIT
Category
Last pushed
Aug 20, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/kenziyuliu/MS-G3D"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
AliaksandrSiarohin/first-order-model
This repository contains the source code for the paper First Order Motion Model for Image Animation
yoyo-nb/Thin-Plate-Spline-Motion-Model
[CVPR 2022] Thin-Plate Spline Motion Model for Image Animation.
sergeytulyakov/mocogan
MoCoGAN: Decomposing Motion and Content for Video Generation
DK-Jang/motion_puzzle
Motion Puzzle - Official PyTorch implementation
paulstarke/PhaseBetweener
Creating animation sequences between sparse key frames using motion phase features.