yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch
BSD 2-Clause "Simplified" License
1.06k stars 311 forks source link

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

Closed yhc1994 closed 3 years ago

yhc1994 commented 3 years ago

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?

anuraganand1838 commented 3 years ago

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