Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chenxlin222 opened this issue Sep 25, 2020 · 3 comments
Open

Comments

@chenxlin222
Copy link

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?
@yhc1994
Copy link

yhc1994 commented Oct 16, 2020

Hi did you find the solution?

@zkyunqi
Copy link

zkyunqi commented Apr 18, 2021

Me to, How to solve it?

@Blueyao17
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants