yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to do modality fusion

yojayc opened this issue · comments

Anyone knows how to implement modality fusion to get fusion result of rgb stream and flow stream in the pytorch version of tsn?

hello, i have the same question, do you solve it ? thanks

hello, i have the same question, do you solve it ? thanks

I use the Video-level testing part of the original version of TSN to calculate the final results.

ah, thanks, i got the same solution in another issue.

Yes. You can use the Caffe TSN's Python scripts for modaity fusion tests.

This is an experimental project. We have released a full fledged toolbox for Pytorch at MMAction.