lucidrains / TimeSformer-pytorch

Implementation of TimeSformer from Facebook AI, a pure attention-based solution for video classification
MIT License
686 stars 86 forks source link

How to deal with varying length video? Thanks #11

Closed junyongyou closed 3 years ago

junyongyou commented 3 years ago

Dear all, I am wondering if TimeSformer can handle different videos with diverse lengths? Is it possible to use mask as the original Transformer? Any ideas, thanks a lot.

lucidrains commented 3 years ago

@junyongyou Hi Junyong! Let me know if https://github.com/lucidrains/TimeSformer-pytorch/releases/tag/1.2.0 works!

junyongyou commented 3 years ago

@junyongyou Hi Junyong! Let me know if https://github.com/lucidrains/TimeSformer-pytorch/releases/tag/1.2.0 works!

Excellent. I will try that. Thanks a lot.