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? #117

Closed
chenxlin222 opened this issue Sep 24, 2020 · 2 comments
Closed

what is the command of RGB and Flow modality fusion? #117

chenxlin222 opened this issue Sep 24, 2020 · 2 comments

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!

@chenxlin222
Copy link
Author

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?

@Mkarami3
Copy link

Hello chenxlin222,
Did you find the answer to your question? Can you please kindly share it with me?
Thank you

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

2 participants