Temporal-Shift-Module icon indicating copy to clipboard operation
Temporal-Shift-Module copied to clipboard

Unofficial implementation for paper `Temporal Shift Module for Efficient Video Understanding`

Temporal-Shift-Module

Unofficial implementation for paper Temporal Shift Module for Efficient Video Understanding [1].

To use this implementation, simply import the utility with:

from tsm_util as tsm

Here we use 2D CNN baseline from Temporal Segment Networks [2] with 2D CNN backbone of ResNet [3].

Reference

[1] Temporal Shift Module for EfficientVideo Understanding

[2] Temporal Segment Networks: Towards Good Practices for Deep Action Recognition

[3] Deep Residual Learning for Image Recognition