tsn-pytorch icon indicating copy to clipboard operation
tsn-pytorch copied to clipboard

what is the command of RGB and Flow modality fusion? Thanks!!

Open chenxlin222 opened this issue 4 years ago • 3 comments

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!

For example:

  1. we can get the rgb result from the command "python test_models.py ucf101 RGB <ucf101_rgb_val_list> ucf101_bninception_rgb_checkpoint.pth --arch BNInception --save_scores <score_file_name>"
  2. Or we can get the flow result from the command "python test_models.py ucf101 Flow <ucf101_rgb_val_list> ucf101_bninception_flow_checkpoint.pth --arch BNInception --save_scores <score_file_name> --flow_pref flow_ "
  3. but how can we fuse these two results?

chenxlin222 avatar Sep 25 '20 02:09 chenxlin222

Hi did you find the solution?

yhc1994 avatar Oct 16 '20 11:10 yhc1994

Me to, How to solve it?

zkyunqi avatar Apr 18 '21 09:04 zkyunqi

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!

For example:

  1. we can get the rgb result from the command "python test_models.py ucf101 RGB <ucf101_rgb_val_list> ucf101_bninception_rgb_checkpoint.pth --arch BNInception --save_scores <score_file_name>"
  2. Or we can get the flow result from the command "python test_models.py ucf101 Flow <ucf101_rgb_val_list> ucf101_bninception_flow_checkpoint.pth --arch BNInception --save_scores <score_file_name> --flow_pref flow_ "
  3. but how can we fuse these two results?

Hello. Did you find the solution now?

Blueyao17 avatar Nov 07 '22 12:11 Blueyao17