Skip to content

Spatio-Temporal Action Detection with Occlusion

License

Notifications You must be signed in to change notification settings

haoxiangxu23/stado

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatio-Temporal Action Detection with Occlusion

Link: Spatio-Temporal Action Detection with Occlusion.


Overview

architecture

STADO can be decomposed into one module and three branches:

  1. Mask-Guided Attention Module

    Produces a spatial attention mask to modulate features generated by the backbone to focus on non-occlusion patterns.

  2. Multi-Task Branches

    (2.1) Center Branch for center localization and action recognition.

    (2.2) Movement Branch for movement estimation at adjacent frames to form moving point trajectories.

    (2.3) Box Branch for spatial extent detection by directly regressing bounding box size at the estimated center point of each frame.


Instructions

  1. Installation
  2. Dataset
  3. Train
  4. Evaluation

References

About

Spatio-Temporal Action Detection with Occlusion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 60.6%
  • Cuda 19.0%
  • C 17.6%
  • Shell 2.8%