V-Sense / ACTION-Net

Official PyTorch implementation of ACTION-Net: Multipath Excitation for Action Recognition (CVPR'21)
MIT License
198 stars 45 forks source link

About online inference mode #8

Closed gd2016229035 closed 3 years ago

gd2016229035 commented 3 years ago

Can Action-Net run as an online inference version(frame by frame input) like TSM(https://github.com/mit-han-lab/temporal-shift-module/tree/master/online_demo)?

villawang commented 3 years ago

Can Action-Net run as an online inference version(frame by frame input) like TSM(https://github.com/mit-han-lab/temporal-shift-module/tree/master/online_demo)?

Hi, thanks for your interesting question! As the motion module in the Action requires two adjacent frames, so it might have problems in ingesting frame by frame input. We will investigate this online scenario in the future.

gd2016229035 commented 3 years ago

Online inference is important for edge devices. Please let me know if you release an online version! : )

villawang commented 3 years ago

Online inference is important for edge devices. Please let me know if you release an online version! : )

Will do !

villawang commented 3 years ago

Online inference is important for edge devices. Please let me know if you release an online version! : )

Will do !