mit-han-lab / temporal-shift-module

[ICCV 2019] TSM: Temporal Shift Module for Efficient Video Understanding
https://arxiv.org/abs/1811.08383
MIT License
2.05k stars 418 forks source link

Question about online demo #226

Open andrewwang0612 opened 1 year ago

andrewwang0612 commented 1 year ago

Thanks for the great work. I want to ask the questions about the code of online demo/main.py!! How does the buffer mean?? image

And another question is about the input of model and tvm, As I know,when I want to compile the torch2tvm , the shape have to same with the input shape of model = (4,3,224,224) [If I use num_segment = 4], So I am curios about why it can still compile?? Could you tell me the possible reason?

Thank you so much!!