Open chenxlin222 opened 4 years ago
Hi did you find the solution?
Me to, How to solve it?
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:
- 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 " - but how can we fuse these two results?
Hello. Did you find the solution now?
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: