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!
we can get the rgb result from the command "python test_models.py ucf101 RGB ucf101_bninception_rgb_checkpoint.pth --arch BNInception --save_scores "
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 "
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!