You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_rgb_val_list> ucf101_bninception_rgb_checkpoint.pth --arch BNInception --save_scores <score_file_name>"
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_ "
but how can we fuse these two results?
The text was updated successfully, but these errors were encountered:
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_rgb_val_list> ucf101_bninception_rgb_checkpoint.pth --arch BNInception --save_scores <score_file_name>"
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_ "
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:
The text was updated successfully, but these errors were encountered: