yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to fuse the scores from both RGB and FLOW on training and testing?

yhc1994 opened this issue · comments

This is really confused me.
The current code just can training and testing on RGB or FLOW modality seperately.
As a two-stream architecture, how should I modify the code to fuse the RGB and FLOW modality?

@yhc1994 can you please elaborate this if you have been able to solve the problem?
Thanks