IBM / action-recognition-pytorch

This is the pytorch implementation of some representative action recognition approaches including I3D, S3D, TSN and TAM.
Apache License 2.0
244 stars 47 forks source link

About the definition of "temporal pooling" in your paper #4

Closed rogercmq closed 3 years ago

rogercmq commented 3 years ago

Hi, I am confused with your definition of "temporal pooling", for example, "Temporal pooling is applied to 3D models such as I3D to reduce computational complexity, but it is usually skipped by more efficient 2D models". Could you give me more implementation details on your temporal pooling operater?

Regards.