open-mmlab / mmaction2

OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark
https://mmaction2.readthedocs.io
Apache License 2.0
4.27k stars 1.24k forks source link

SlowFast network implementation for skeleton-based action recognition #1071

Open aitrics-chris opened 3 years ago

aitrics-chris commented 3 years ago

MMAction2 extensively followed 'Revisiting Skeleton-based Action Recognition' by Duan et al. This paper not only covers slow-only network which only utilizes extracted skeleton but explores slow-fast network which utilizes both extracted skeletons and RGB image. However, MMAction2 currently only provides slow-only network (config, pretrained file) for skeleton-based action recognition network. Please provide slow-fast network for skeleton-based action recognition (hopefully with NTU-RGB dataset). Thank you.

kennymckormick commented 3 years ago

Thank you for your attention, we will notify you once we released the RGBPose-SlowFast part.

Abysscal commented 3 years ago

A demo on the fusion between human skeleton and RGB frames would also be highly appreciated!

housong404 commented 2 years ago

Thank you for your attention, we will notify you once we released the RGBPose-SlowFast part. I also hope that the RGBPose-SlowFast part can be released as soon as possible. Thank you