yjxiong / tsn-pytorch

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

what is the command of RGB and Flow modality fusion? #117

Closed chenxlin222 closed 4 years ago

chenxlin222 commented 4 years ago

when we get the scores of rgb stream in rgb.npz and flow stream in flow.npz, how can we get the fusion result with weights of 1:1.5 ? Thank you very much!

chenxlin222 commented 4 years ago

For example:

  1. we can get the rgb result from the command "python test_models.py ucf101 RGB ucf101_bninception_rgb_checkpoint.pth --arch BNInception --save_scores "
  2. Or we can get the flow result from the command "python test_models.py ucf101 Flow ucf101_bninception_flow_checkpoint.pth --arch BNInception --save_scores --flowpref flow "
  3. but how can we fuse these two results?
Mkarami3 commented 3 years ago

Hello chenxlin222, Did you find the answer to your question? Can you please kindly share it with me? Thank you